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