Show / Hide Table of Contents

Class FlightWithEmissions

Direct flight with emission estimates.

Inheritance
object
FlightWithEmissions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TravelImpactModel.v1.Data
Assembly: Google.Apis.TravelImpactModel.v1.dll
Syntax
public class FlightWithEmissions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EmissionsGramsPerPax

Optional. 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 ComputeFlightEmissions. This field uses wtw emissions aka ttw_emissions_grams_per_pax + wtt_emissions_grams_per_pax.

Declaration
[JsonProperty("emissionsGramsPerPax")]
public virtual EmissionsGramsPerPax EmissionsGramsPerPax { get; set; }
Property Value
Type Description
EmissionsGramsPerPax

Flight

Required. Matches the flight identifiers in the request. Note: all IATA codes are capitalized.

Declaration
[JsonProperty("flight")]
public virtual Flight Flight { get; set; }
Property Value
Type Description
Flight

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX