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