Class EmissionsProvenanceEntry
Details about a single contributing factor in emissions calculations.
Implements
Inherited Members
Namespace: Google.Apis.TravelImpactModel.v1.Data
Assembly: Google.Apis.TravelImpactModel.v1.dll
Syntax
public class EmissionsProvenanceEntry : IDirectResponseSchema
Properties
CargoMassFractionData
Output only. The cargo mass fraction value. If not set, the cargo mass fraction value is not available.
Declaration
[JsonProperty("cargoMassFractionData")]
public virtual double? CargoMassFractionData { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
CargoMassFractionT100Strategy
Output only. Strategy for T100 cargo mass fraction.
Declaration
[JsonProperty("cargoMassFractionT100Strategy")]
public virtual string CargoMassFractionT100Strategy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataCategory
Output only. Data category of the data source.
Declaration
[JsonProperty("dataCategory")]
public virtual string DataCategory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DistanceAdjustmentStrategy
Output only. Strategy for distance adjustment.
Declaration
[JsonProperty("distanceAdjustmentStrategy")]
public virtual string DistanceAdjustmentStrategy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EstimatedFlightDistanceKm
Output only. The estimated distance flown in CCD flight phase in kilometers value calculated using the distance adjustment factor (DAF). If not set, the estimated flight distance value is not available.
Declaration
[JsonProperty("estimatedFlightDistanceKm")]
public virtual int? EstimatedFlightDistanceKm { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
FuelBurnEeaStrategy
Output only. Strategy for EEA fuel burn.
Declaration
[JsonProperty("fuelBurnEeaStrategy")]
public virtual string FuelBurnEeaStrategy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LoadFactorsChAviationStrategy
Output only. Strategy for CH Aviation load factors.
Declaration
[JsonProperty("loadFactorsChAviationStrategy")]
public virtual string LoadFactorsChAviationStrategy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LoadFactorsData
Output only. The load factors data value. If not set, the load factors value is not available.
Declaration
[JsonProperty("loadFactorsData")]
public virtual double? LoadFactorsData { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
LoadFactorsT100Strategy
Output only. Strategy for T100 load factors.
Declaration
[JsonProperty("loadFactorsT100Strategy")]
public virtual string LoadFactorsT100Strategy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProvenanceEntryType
Output only. The type of the provenance entry.
Declaration
[JsonProperty("provenanceEntryType")]
public virtual string ProvenanceEntryType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SeatAreaRatioIataStrategy
Output only. Strategy for IATA seat area ratios.
Declaration
[JsonProperty("seatAreaRatioIataStrategy")]
public virtual string SeatAreaRatioIataStrategy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Source
Output only. The source of the data.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceVersion
Output only. The version of the source data. For example, "2025/04".
Declaration
[JsonProperty("sourceVersion")]
public virtual string SourceVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |