Show / Hide Table of Contents

Class FlightWithDetailedEmissions

Direct flight with emission estimates details.

Inheritance
object
FlightWithDetailedEmissions
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 FlightWithDetailedEmissions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EmissionsMetadata

Output only. Additional metadata about the flight emissions calculation.

Declaration
[JsonProperty("emissionsMetadata")]
public virtual EmissionsMetadata EmissionsMetadata { get; set; }
Property Value
Type Description
EmissionsMetadata

Flight

Output only. 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

FlightEmissionsDetails

Output only. All the flight emissions data.

Declaration
[JsonProperty("flightEmissionsDetails")]
public virtual FlightEmissionsDetails FlightEmissionsDetails { get; set; }
Property Value
Type Description
FlightEmissionsDetails

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX