flightDateType property

String? flightDateType
getter/setter pair

The type of the line item's flight dates.

Required. Possible string values are:

  • "LINE_ITEM_FLIGHT_DATE_TYPE_UNSPECIFIED" : Type value is not specified or is unknown in this version.
  • "LINE_ITEM_FLIGHT_DATE_TYPE_INHERITED" : The line item's flight dates are inherited from its parent insertion order.
  • "LINE_ITEM_FLIGHT_DATE_TYPE_CUSTOM" : The line item uses its own custom flight dates.
  • "LINE_ITEM_FLIGHT_DATE_TYPE_TRIGGER" : The line item uses a trigger. Warning: Line Items using manual triggers no longer serve in Display & Video 360. This value will sunset on August 1, 2023. Read our [feature deprecation announcement](/display-video/api/deprecations#features.manual_triggers) for more information.

Implementation

core.String? flightDateType;