source property

String? source
getter/setter pair

The source of the emissions data.

Optional. Possible string values are:

  • "SCOPE3_DATA_TYPE_UNSPECIFIED" : Unspecified data type.
  • "TIM_EMISSIONS" : TIM-based emissions given origin, destination, carrier, flight number, departure date, and year.
  • "TYPICAL_FLIGHT_EMISSIONS" : Typical flight emissions given origin, destination, and year.
  • "DISTANCE_BASED_EMISSIONS" : Distance-based emissions based on the distance traveled and year.

Implementation

core.String? source;