Class FlightWithEmissions
Direct flight with emission estimates.
Implements
Inherited Members
Namespace: Google.Apis.TravelImpactModel.v1.Data
Assembly: Google.Apis.TravelImpactModel.v1.dll
Syntax
public class FlightWithEmissions : IDirectResponseSchema
Properties
ContrailsImpactBucket
Optional. 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 |
EasaLabelMetadata
Optional. Metadata about the EASA Flight Emissions Label. Only set when the emissions data source is EASA.
Declaration
[JsonProperty("easaLabelMetadata")]
public virtual EasaLabelMetadata EasaLabelMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| EasaLabelMetadata |
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.
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 |
Source
Optional. The source of the emissions data.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |