Class EasaLabelMetadata
Metadata about the EASA Flight Emissions Label.
Implements
Inherited Members
Namespace: Google.Apis.TravelImpactModel.v1.Data
Assembly: Google.Apis.TravelImpactModel.v1.dll
Syntax
public class EasaLabelMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LabelExpiryDate
The date when the label expires. The label can be displayed until the end of this date.
Declaration
[JsonProperty("labelExpiryDate")]
public virtual Date LabelExpiryDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
LabelIssueDate
The date when the label was issued.
Declaration
[JsonProperty("labelIssueDate")]
public virtual Date LabelIssueDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
LabelVersion
Version of the label.
Declaration
[JsonProperty("labelVersion")]
public virtual string LabelVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SafDiscountPercentage
Sustainable Aviation Fuel (SAF) emissions discount percentage applied to the label. It is a percentage as a decimal. The values are in the interval [0,1]. For example, 0.0021 means 0.21%. This discount and reduction in emissions are reported by the EASA label but they are not included in the CO2e estimates distributed by this API.
Declaration
[JsonProperty("safDiscountPercentage")]
public virtual double? SafDiscountPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |