Class ComputeTypicalFlightEmissionsRequest
A list of pair of airports (markets) to request the typical emissions for.
Implements
Inherited Members
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> |