provenanceEntryType property

String? provenanceEntryType
getter/setter pair

The type of the provenance entry.

Acts as the "key" identifying the contributing factor; the remaining fields in this message describe it and may or may not be populated.

Output only. Possible string values are:

  • "EMISSIONS_PROVENANCE_ENTRY_TYPE_UNSPECIFIED" : Unspecified provenance entry type.
  • "FUEL_BURN" : Fuel burn entry type.
  • "LOAD_FACTORS" : Load factors entry type.
  • "CARGO_MASS_FRACTION" : Cargo mass fraction entry type.
  • "SEATING_CONFIG" : Seating configuration entry type.
  • "SEAT_AREA_RATIOS" : Seat area ratios entry type.
  • "DISTANCE_ADJUSTMENT" : Distance adjustment entry type.

Implementation

core.String? provenanceEntryType;