Show / Hide Table of Contents

Class AssignedInventorySource

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

Inheritance
object
AssignedInventorySource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX