Skip to content

Commit

Permalink
feat: Generate Google.Apis.Walletobjects.v1 version 1.68.0.3605
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Nov 18, 2024
1 parent 4febfd7 commit 08ab9dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion DiscoveryJson/walletobjects.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@
}
}
},
"revision": "20241024",
"revision": "20241114",
"rootUrl": "https://walletobjects.googleapis.com/",
"schemas": {
"ActivationOptions": {
Expand Down Expand Up @@ -2774,6 +2774,10 @@
"$ref": "AppLinkDataAppLinkInfo",
"description": "Optional information about the partner app link."
},
"displayText": {
"$ref": "LocalizedString",
"description": "Optional display text for the app link button. Character limit is 30."
},
"iosAppLinkInfo": {
"$ref": "AppLinkDataAppLinkInfo",
"deprecated": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6554,6 +6554,10 @@ public class AppLinkData : Google.Apis.Requests.IDirectResponseSchema
[Newtonsoft.Json.JsonPropertyAttribute("androidAppLinkInfo")]
public virtual AppLinkDataAppLinkInfo AndroidAppLinkInfo { get; set; }

/// <summary>Optional display text for the app link button. Character limit is 30.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("displayText")]
public virtual LocalizedString DisplayText { get; set; }

/// <summary>Deprecated. Links to open iOS apps are not supported.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("iosAppLinkInfo")]
public virtual AppLinkDataAppLinkInfo IosAppLinkInfo { 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.Walletobjects.v1 Client Library</Title>
<Version>1.68.0.3584</Version>
<Version>1.68.0.3605</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 08ab9dc

Please sign in to comment.