Show / Hide Table of Contents

Class EasaLabelMetadata

Metadata about the EASA Flight Emissions Label.

Inheritance
object
EasaLabelMetadata
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX