Show / Hide Table of Contents

Class EmissionsBreakdown

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.

Inheritance
object
EmissionsBreakdown
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 EmissionsBreakdown : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

TtwEmissionsGramsPerPax

Per-passenger tank-to-wake 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.

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

WttEmissionsGramsPerPax

Per-passenger well-to-tank 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.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX