Class InventoryItemsResource
The "inventoryItems" collection of methods.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class InventoryItemsResource
Constructors
InventoryItemsResource(IClientService)
Constructs a new resource.
Declaration
public InventoryItemsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(long, long, long)
Gets one inventory item by ID.
Declaration
public virtual InventoryItemsResource.GetRequest Get(long profileId, long projectId, long id)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
long | projectId | Project ID for order documents. |
long | id | Inventory item ID. |
Returns
Type | Description |
---|---|
InventoryItemsResource.GetRequest |
List(long, long)
Retrieves a list of inventory items, possibly filtered. This method supports paging.
Declaration
public virtual InventoryItemsResource.ListRequest List(long profileId, long projectId)
Parameters
Type | Name | Description |
---|---|---|
long | profileId | User profile ID associated with this request. |
long | projectId | Project ID for order documents. |
Returns
Type | Description |
---|---|
InventoryItemsResource.ListRequest |