Skip to content

Commit

Permalink
feat: Generate Google.Apis.TravelImpactModel.v1 version 1.68.0.3587
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Oct 30, 2024
1 parent 736da33 commit 714c8f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DiscoveryJson/travelimpactmodel.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
}
}
},
"revision": "20231012",
"revision": "20241027",
"rootUrl": "https://travelimpactmodel.googleapis.com/",
"schemas": {
"ComputeFlightEmissionsRequest": {
Expand Down Expand Up @@ -234,7 +234,7 @@
"properties": {
"emissionsGramsPerPax": {
"$ref": "EmissionsGramsPerPax",
"description": "Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not be computed. For the list of reasons why emissions could not be computed, see ComputeFlightEmissions. Note this field is currently equivalent to ttw_emissions_grams_per_pax until TIM version 1.X.0 which will update this to be total wtw emissions aka wtt_emissions_grams_per_pax + ttw_emissions_grams_per_pax."
"description": "Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not be computed. For the list of reasons why emissions could not be computed, see ComputeFlightEmissions. This field uses wtw emissions aka ttw_emissions_grams_per_pax + wtt_emissions_grams_per_pax."
},
"flight": {
"$ref": "Flight",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,8 @@ public class FlightWithEmissions : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>
/// Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not be computed.
/// For the list of reasons why emissions could not be computed, see ComputeFlightEmissions. Note this field is
/// currently equivalent to ttw_emissions_grams_per_pax until TIM version 1.X.0 which will update this to be
/// total wtw emissions aka wtt_emissions_grams_per_pax + ttw_emissions_grams_per_pax.
/// For the list of reasons why emissions could not be computed, see ComputeFlightEmissions. This field uses wtw
/// emissions aka ttw_emissions_grams_per_pax + wtt_emissions_grams_per_pax.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("emissionsGramsPerPax")]
public virtual EmissionsGramsPerPax EmissionsGramsPerPax { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.TravelImpactModel.v1 Client Library</Title>
<Version>1.68.0.3206</Version>
<Version>1.68.0.3587</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 714c8f4

Please sign in to comment.