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