Show / Hide Table of Contents

Class InsertionOrderBudget

Settings that control how insertion order budget is allocated.

Inheritance
object
InsertionOrderBudget
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.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class InsertionOrderBudget : IDirectResponseSchema

Properties

AutomationType

Optional. 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX