google_api_display_video v0.9.1 GoogleApi.DisplayVideo.V1.Model.InsertionOrderBudget View Source
Settings that control how insertion order budget is allocated.
Attributes
automationType
(type:String.t
, default:nil
) - 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
.budgetSegments
(type:list(GoogleApi.DisplayVideo.V1.Model.InsertionOrderBudgetSegment.t)
, default:nil
) - 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.budgetUnit
(type:String.t
, default:nil
) - Required. Immutable. The budget unit specifies whether the budget is currency based or impression based.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.InsertionOrderBudget{ automationType: String.t(), budgetSegments: [ GoogleApi.DisplayVideo.V1.Model.InsertionOrderBudgetSegment.t() ], budgetUnit: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.