Class Scope3FlightEmissions
Scope 3 flight with emission estimates.
Implements
Inherited Members
Namespace: Google.Apis.TravelImpactModel.v1.Data
Assembly: Google.Apis.TravelImpactModel.v1.dll
Syntax
public class Scope3FlightEmissions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Flight
Required. Matches the flight identifiers in the request.
Declaration
[JsonProperty("flight")]
public virtual Scope3FlightSegment Flight { get; set; }
Property Value
| Type | Description |
|---|---|
| Scope3FlightSegment |
Source
Optional. The source of the emissions data.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TtwEmissionsGramsPerPax
Optional. Tank-to-wake flight emissions per passenger based on the requested info.
Declaration
[JsonProperty("ttwEmissionsGramsPerPax")]
public virtual long? TtwEmissionsGramsPerPax { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
WttEmissionsGramsPerPax
Optional. Well-to-tank flight emissions per passenger based on the requested info.
Declaration
[JsonProperty("wttEmissionsGramsPerPax")]
public virtual long? WttEmissionsGramsPerPax { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
WtwEmissionsGramsPerPax
Optional. Total flight emissions (sum of well-to-tank and tank-to-wake) per passenger based on the requested info. This is the total emissions and unless you have specific reasons for using TTW or WTT emissions, you should use this number.
Declaration
[JsonProperty("wtwEmissionsGramsPerPax")]
public virtual long? WtwEmissionsGramsPerPax { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |