Show / Hide Table of Contents

Class ComputeTypicalFlightEmissionsRequest

A list of pair of airports (markets) to request the typical emissions for.

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

Properties

ETag

The ETag of the item.

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

Markets

Required. Request the typical flight emissions estimates for this market pair. A maximum of 1000 markets can be requested.

Declaration
[JsonProperty("markets")]
public virtual IList<Market> Markets { get; set; }
Property Value
Type Description
IList<Market>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX