Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Dfareporting
Collection
SitesCollection
Interface SitesCollection
interface
SitesCollection
{
get
(
profileId
:
string
,
id
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
;
insert
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
;
list
(
profileId
:
string
)
:
SitesListResponse
;
list
(
profileId
:
string
,
optionalArgs
:
object
)
:
SitesListResponse
;
patch
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
,
profileId
:
string
,
id
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
;
update
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
;
}
Index
Methods
get
insert
list
patch
update
Methods
get
get
(
profileId
:
string
,
id
:
string
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
Parameters
profileId
:
string
id
:
string
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
insert
insert
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
Parameters
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
profileId
:
string
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
list
list
(
profileId
:
string
)
:
SitesListResponse
Parameters
profileId
:
string
Returns
SitesListResponse
list
(
profileId
:
string
,
optionalArgs
:
object
)
:
SitesListResponse
Parameters
profileId
:
string
optionalArgs
:
object
Returns
SitesListResponse
patch
patch
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
,
profileId
:
string
,
id
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
Parameters
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
profileId
:
string
id
:
string
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
update
update
(
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
,
profileId
:
string
,
)
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
Parameters
resource
:
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
profileId
:
string
Returns
GoogleAppsScript
.
Dfareporting
.
Schema
.
Site
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
list
patch
update
Google Apps Script API
Loading...