Class EmissionsGramsPerPax
Grouped emissions per seating class results.
Implements
Inherited Members
Namespace: Google.Apis.TravelImpactModel.v1.Data
Assembly: Google.Apis.TravelImpactModel.v1.dll
Syntax
public class EmissionsGramsPerPax : IDirectResponseSchema
Properties
Business
Emissions for one passenger in business class in grams. This field is always computed and populated, regardless of whether the aircraft has business class seats or not.
Declaration
[JsonProperty("business")]
public virtual int? Business { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Economy
Emissions for one passenger in economy class in grams. This field is always computed and populated, regardless of whether the aircraft has economy class seats or not.
Declaration
[JsonProperty("economy")]
public virtual int? Economy { get; set; }
Property Value
Type | Description |
---|---|
int? |
First
Emissions for one passenger in first class in grams. This field is always computed and populated, regardless of whether the aircraft has first class seats or not.
Declaration
[JsonProperty("first")]
public virtual int? First { get; set; }
Property Value
Type | Description |
---|---|
int? |
PremiumEconomy
Emissions for one passenger in premium economy class in grams. This field is always computed and populated, regardless of whether the aircraft has premium economy class seats or not.
Declaration
[JsonProperty("premiumEconomy")]
public virtual int? PremiumEconomy { get; set; }
Property Value
Type | Description |
---|---|
int? |