Class InsertionOrderBudget
Settings that control how insertion order budget is allocated.
Inheritance
System.Object
InsertionOrderBudget
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 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 |
---|---|
System.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 |
---|---|
System.Collections.Generic.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 |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema