Show / Hide Table of Contents

Class AssignedInventorySource

An assignment between a targetable inventory source and an inventory source group.

Inheritance
System.Object
AssignedInventorySource
Implements
Google.Apis.Requests.IDirectResponseSchema
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.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class AssignedInventorySource : IDirectResponseSchema

Properties

AssignedInventorySourceId

Output only. The unique ID of the assigned inventory source. The ID is only unique within a given inventory source group. It may be reused in other contexts.

Declaration
[JsonProperty("assignedInventorySourceId")]
public virtual long? AssignedInventorySourceId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

InventorySourceId

Required. The ID of the inventory source entity being targeted.

Declaration
[JsonProperty("inventorySourceId")]
public virtual string InventorySourceId { get; set; }
Property Value
Type Description
System.String

Name

Output only. The resource name of the assigned inventory source.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top