Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FlightEmissionsDetails

import type { FlightEmissionsDetails } from "https://googleapis.deno.dev/v1/travelimpactmodel:v1.ts";

Details about the specific flight's emissions.

interface FlightEmissionsDetails {
readonly contrailsImpactBucket?:
| "CONTRAILS_IMPACT_UNSPECIFIED"
| "CONTRAILS_IMPACT_NEGLIGIBLE"
| "CONTRAILS_IMPACT_MODERATE"
| "CONTRAILS_IMPACT_SEVERE";
readonly emissionsBreakdown?: EmissionsBreakdown;
readonly emissionsGramsPerPax?: EmissionsGramsPerPax;
readonly source?: "SOURCE_UNSPECIFIED" | "TIM" | "EASA";
}

§Properties

§
readonly contrailsImpactBucket?: "CONTRAILS_IMPACT_UNSPECIFIED" | "CONTRAILS_IMPACT_NEGLIGIBLE" | "CONTRAILS_IMPACT_MODERATE" | "CONTRAILS_IMPACT_SEVERE"
[src]

Output only. The significance of contrails warming impact compared to the total CO2e emissions impact.

§
readonly emissionsBreakdown?: EmissionsBreakdown
[src]

Output only. Details about the various emissions portions of the total emissions_grams_per_pax value. The value of the summed breakdowns should always equal emissions_grams_per_pax.

§
readonly emissionsGramsPerPax?: EmissionsGramsPerPax
[src]

Output only. Per-passenger emission estimate numbers. Will not be present if emissions could not be computed. For the list of reasons why emissions could not be computed, see ComputeDetailedFlightEmissions

§
readonly source?: "SOURCE_UNSPECIFIED" | "TIM" | "EASA"
[src]

Output only. The source of the emissions data.