ComputeTypicalFlightEmissionsResponse
import type { ComputeTypicalFlightEmissionsResponse } from "https://googleapis.deno.dev/v1/travelimpactmodel:v1.ts";
The response includes the emissions but also the model version.
interface ComputeTypicalFlightEmissionsResponse {
modelVersion?: ModelVersion;
typicalFlightEmissions?: TypicalFlightEmissions[];
}§Properties
§
modelVersion?: ModelVersion
[src]The model version under which typical flight emission estimates for all flights in this response were computed.
§
typicalFlightEmissions?: TypicalFlightEmissions[]
[src]Market's Typical Flight Emissions requested.