class Google::Apis::DisplayvideoV3::InsertionOrderBudgetSegment
Settings that control the budget of a single budget segment.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @budget_amount_micros = args[:budget_amount_micros] if args.key?(:budget_amount_micros) @campaign_budget_id = args[:campaign_budget_id] if args.key?(:campaign_budget_id) @date_range = args[:date_range] if args.key?(:date_range) @description = args[:description] if args.key?(:description) end