Class InventoryItemsResource
The "inventoryItems" collection of methods.
Inheritance
System.Object
InventoryItemsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_4
Assembly: Google.Apis.Dfareporting.v3_4.dll
Syntax
public class InventoryItemsResource
Constructors
InventoryItemsResource(IClientService)
Constructs a new resource.
Declaration
public InventoryItemsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service |
Methods
Get(Int64, Int64, Int64)
Gets one inventory item by ID.
Declaration
public virtual InventoryItemsResource.GetRequest Get(long profileId, long projectId, long id)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | projectId | Project ID for order documents. |
System.Int64 | id | Inventory item ID. |
Returns
Type | Description |
---|---|
InventoryItemsResource.GetRequest |
List(Int64, Int64)
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 |
---|---|---|
System.Int64 | profileId | User profile ID associated with this request. |
System.Int64 | projectId | Project ID for order documents. |
Returns
Type | Description |
---|---|
InventoryItemsResource.ListRequest |