Scope3FlightEmissions
import type { Scope3FlightEmissions } from "https://googleapis.deno.dev/v1/travelimpactmodel:v1.ts";Scope 3 flight with emission estimates.
interface Scope3FlightEmissions {
flight?: Scope3FlightSegment;
source?:
| "SCOPE3_DATA_TYPE_UNSPECIFIED"
| "TIM_EMISSIONS"
| "TYPICAL_FLIGHT_EMISSIONS"
| "DISTANCE_BASED_EMISSIONS";
ttwEmissionsGramsPerPax?: bigint;
wttEmissionsGramsPerPax?: bigint;
wtwEmissionsGramsPerPax?: bigint;
}§Properties
§
flight?: Scope3FlightSegment
[src]Required. Matches the flight identifiers in the request.
§
source?: "SCOPE3_DATA_TYPE_UNSPECIFIED" | "TIM_EMISSIONS" | "TYPICAL_FLIGHT_EMISSIONS" | "DISTANCE_BASED_EMISSIONS"
[src]Optional. The source of the emissions data.
§
ttwEmissionsGramsPerPax?: bigint
[src]Optional. Tank-to-wake flight emissions per passenger based on the requested info.