Class EmissionsMetadata
All additional metadata.
Implements
Inherited Members
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 |