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