Class AdGroupInventoryControl
The inventory control of the ad group.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class AdGroupInventoryControl : IDirectResponseSchema
Properties
AdGroupInventoryStrategy
The inventory strategy.
Declaration
[JsonProperty("adGroupInventoryStrategy")]
public virtual string AdGroupInventoryStrategy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SelectedInventories
The selected inventories.
Declaration
[JsonProperty("selectedInventories")]
public virtual SelectedInventories SelectedInventories { get; set; }
Property Value
| Type | Description |
|---|---|
| SelectedInventories |