Show / Hide Table of Contents

Class EmissionsMetadata

All additional metadata.

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

Properties

ETag

The ETag of the item.

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

EasaLabelMetadata

Output only. Metadata about the EASA Flight Emissions Label. Only set when the emissions data source is EASA.

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

EmissionsProvenance

Output only. Details about the provenance of data used to calculate the emissions data, including the contributing factors with their data sources.

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

TimWebsiteEmissionsCalculatorUrl

Output only. Link to the travelimpactmodel.org Emissions Calculator website. Example: https://travelimpactmodel.org/lookup/flight?itinerary=ZRH-BOS-LX-52-20261225.

Declaration
[JsonProperty("timWebsiteEmissionsCalculatorUrl")]
public virtual string TimWebsiteEmissionsCalculatorUrl { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX