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