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