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