loadFactorsT100Strategy property

String? loadFactorsT100Strategy
getter/setter pair

Strategy for T100 load factors.

Output only. Possible string values are:

  • "STRATEGY_UNSPECIFIED" : Strategy unspecified.
  • "CARRIER_ROUTE_MONTH" : Data by carrier, route, and month of travel.
  • "CARRIER_MONTH" : Data by carrier and month of travel.
  • "ACTUAL_CARRIER_ROUTE_YEAR_MONTH" : Historical data matching carrier, route, year, and month.

Implementation

core.String? loadFactorsT100Strategy;