Show / Hide Table of Contents

Class InventoryItemsResource

The "inventoryItems" collection of methods.

Inheritance
object
InventoryItemsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.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
In This Article
Back to top Generated by DocFX