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

ComputeScope3FlightEmissionsRequest

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

A list of flight segments to request the Scope 3 emissions for.

interface ComputeScope3FlightEmissionsRequest {
flights?: Scope3FlightSegment[];
modelVersion?: ModelVersion;
}

§Properties

§

Required. Flights to return emission estimates for.

§
modelVersion?: ModelVersion
[src]

Optional. The model version under which emission estimates for all flights in this request were computed.