Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Analytics
Collection
Management
WebpropertiesCollection
Interface WebpropertiesCollection
interface
WebpropertiesCollection
{
get
(
accountId
:
string
,
webPropertyId
:
string
)
:
Webproperty
;
insert
(
resource
:
Webproperty
,
accountId
:
string
)
:
Webproperty
;
list
(
accountId
:
string
)
:
Webproperties
;
list
(
accountId
:
string
,
optionalArgs
:
any
)
:
Webproperties
;
patch
(
resource
:
Webproperty
,
accountId
:
string
,
webPropertyId
:
string
,
)
:
Webproperty
;
update
(
resource
:
Webproperty
,
accountId
:
string
,
webPropertyId
:
string
,
)
:
Webproperty
;
}
Index
Methods
get
insert
list
patch
update
Methods
get
get
(
accountId
:
string
,
webPropertyId
:
string
)
:
Webproperty
Parameters
accountId
:
string
webPropertyId
:
string
Returns
Webproperty
insert
insert
(
resource
:
Webproperty
,
accountId
:
string
)
:
Webproperty
Parameters
resource
:
Webproperty
accountId
:
string
Returns
Webproperty
list
list
(
accountId
:
string
)
:
Webproperties
Parameters
accountId
:
string
Returns
Webproperties
list
(
accountId
:
string
,
optionalArgs
:
any
)
:
Webproperties
Parameters
accountId
:
string
optionalArgs
:
any
Returns
Webproperties
patch
patch
(
resource
:
Webproperty
,
accountId
:
string
,
webPropertyId
:
string
,
)
:
Webproperty
Parameters
resource
:
Webproperty
accountId
:
string
webPropertyId
:
string
Returns
Webproperty
update
update
(
resource
:
Webproperty
,
accountId
:
string
,
webPropertyId
:
string
,
)
:
Webproperty
Parameters
resource
:
Webproperty
accountId
:
string
webPropertyId
:
string
Returns
Webproperty
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
list
patch
update
Google Apps Script API
Loading...