Skip to content

Commit

Permalink
feat: Generate Google.Apis.Merchant.quota_v1beta version 1.68.0.3600
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Nov 13, 2024
1 parent c3f30a4 commit 2534ff7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DiscoveryJson/merchantapi.quota_v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}
}
},
"revision": "20241101",
"revision": "20241109",
"rootUrl": "https://merchantapi.googleapis.com/",
"schemas": {
"ListQuotaGroupsResponse": {
Expand All @@ -162,7 +162,7 @@
"type": "string"
},
"quotaGroups": {
"description": "The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quotaUsage.",
"description": "The methods, current quota usage and limits per each group. The quota is shared between all methods in the group. The groups are sorted in descending order based on quota_usage.",
"items": {
"$ref": "QuotaGroup"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ public class ListQuotaGroupsResponse : Google.Apis.Requests.IDirectResponseSchem

/// <summary>
/// The methods, current quota usage and limits per each group. The quota is shared between all methods in the
/// group. The groups are sorted in descending order based on quotaUsage.
/// group. The groups are sorted in descending order based on quota_usage.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("quotaGroups")]
public virtual System.Collections.Generic.IList<QuotaGroup> QuotaGroups { 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.Merchant.quota_v1beta Client Library</Title>
<Version>1.68.0.3592</Version>
<Version>1.68.0.3600</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 2534ff7

Please sign in to comment.