Class InsertionOrderBudget
Settings that control how insertion order budget is allocated.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class InsertionOrderBudget : IDirectResponseSchema
Properties
AutomationType
The type of automation used to manage bid and budget for the insertion order. If this field is unspecified
in creation, the value defaults to INSERTION_ORDER_AUTOMATION_TYPE_NONE
.
Declaration
[JsonProperty("automationType")]
public virtual string AutomationType { get; set; }
Property Value
Type | Description |
---|---|
string |
BudgetSegments
Required. The list of budget segments. Use a budget segment to specify a specific budget for a given period of time an insertion order is running.
Declaration
[JsonProperty("budgetSegments")]
public virtual IList<InsertionOrderBudgetSegment> BudgetSegments { get; set; }
Property Value
Type | Description |
---|---|
IList<InsertionOrderBudgetSegment> |
BudgetUnit
Required. Immutable. The budget unit specifies whether the budget is currency based or impression based.
Declaration
[JsonProperty("budgetUnit")]
public virtual string BudgetUnit { 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 |