class Google::Apis::DisplayvideoV3::CampaignFlight
Settings that track the planned spend and duration of a campaign.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @planned_dates = args[:planned_dates] if args.key?(:planned_dates) @planned_spend_amount_micros = args[:planned_spend_amount_micros] if args.key?(:planned_spend_amount_micros) end