Show / Hide Table of Contents

Class InventorySourcesResource

The "inventorySources" collection of methods.

Inheritance
System.Object
InventorySourcesResource
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.DisplayVideo.v1
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class InventorySourcesResource

Constructors

InventorySourcesResource(IClientService)

Constructs a new resource.

Declaration
public InventorySourcesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Get(Int64)

Gets an inventory source.

Declaration
public virtual InventorySourcesResource.GetRequest Get(long inventorySourceId)
Parameters
Type Name Description
System.Int64 inventorySourceId

Required. The ID of the inventory source to fetch.

Returns
Type Description
InventorySourcesResource.GetRequest

List()

Lists inventory sources that are accessible to the current user. The order is defined by the order_by parameter. If a filter by entity_status is not specified, inventory sources with entity status ENTITY_STATUS_ARCHIVED will not be included in the results.

Declaration
public virtual InventorySourcesResource.ListRequest List()
Returns
Type Description
InventorySourcesResource.ListRequest
In This Article
Back to top