Class FlightEmissionsDetails
Details about the specific flight's emissions.
Implements
Inherited Members
Namespace: Google.Apis.TravelImpactModel.v1.Data
Assembly: Google.Apis.TravelImpactModel.v1.dll
Syntax
public class FlightEmissionsDetails : IDirectResponseSchema
Properties
ContrailsImpactBucket
Output only. The significance of contrails warming impact compared to the total CO2e emissions impact.
Declaration
[JsonProperty("contrailsImpactBucket")]
public virtual string ContrailsImpactBucket { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EmissionsBreakdown
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.
Declaration
[JsonProperty("emissionsBreakdown")]
public virtual EmissionsBreakdown EmissionsBreakdown { get; set; }
Property Value
| Type | Description |
|---|---|
| EmissionsBreakdown |
EmissionsGramsPerPax
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
Declaration
[JsonProperty("emissionsGramsPerPax")]
public virtual EmissionsGramsPerPax EmissionsGramsPerPax { get; set; }
Property Value
| Type | Description |
|---|---|
| EmissionsGramsPerPax |
Source
Output only. The source of the emissions data.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |