Class TypicalFlightEmissions
Typical flight emission estimates for a certain market
Implements
Inherited Members
Namespace: Google.Apis.TravelImpactModel.v1.Data
Assembly: Google.Apis.TravelImpactModel.v1.dll
Syntax
public class TypicalFlightEmissions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EmissionsGramsPerPax
Optional. Typical flight emissions per passenger for requested market. Will not be present if a typical emissions could not be computed. For the list of reasons why typical flight emissions could not be computed, see GitHub.
Declaration
[JsonProperty("emissionsGramsPerPax")]
public virtual EmissionsGramsPerPax EmissionsGramsPerPax { get; set; }
Property Value
| Type | Description |
|---|---|
| EmissionsGramsPerPax |
Market
Required. Matches the flight identifiers in the request. Note: all IATA codes are capitalized.
Declaration
[JsonProperty("market")]
public virtual Market Market { get; set; }
Property Value
| Type | Description |
|---|---|
| Market |