Show / Hide Table of Contents

Class TypicalFlightEmissions

Typical flight emission estimates for a certain market

Inheritance
object
TypicalFlightEmissions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX