Class AssignedInventorySource
An assignment between a targetable inventory source and an inventory source group.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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 |