google_api_display_video v0.7.0 GoogleApi.DisplayVideo.V1.Model.LineItemFlight View Source
Settings that control the active duration of a line item.
Attributes
dateRange(type:GoogleApi.DisplayVideo.V1.Model.DateRange.t, default:nil) - The flight start and end dates of the line item. They are resolved relative to the parent advertiser's time zone.- Required when
flight_date_type is
LINE_ITEM_FLIGHT_DATE_TYPE_CUSTOM. Output only otherwise. - When creating a new flight, both
start_dateandend_datemust be in the future. - An existing flight with a
start_datein the past has a mutableend_datebut an immutablestart_date. end_datemust be thestart_dateor later, both before the year 2037.
- Required when
flight_date_type is
flightDateType(type:String.t, default:nil) - Required. The type of the line item's flight dates.
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.LineItemFlight{
dateRange: GoogleApi.DisplayVideo.V1.Model.DateRange.t(),
flightDateType: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.