You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/wallet_objects/lib/google_api/wallet_objects/v1/model/app_link_data.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ defmodule GoogleApi.WalletObjects.V1.Model.AppLinkData do
22
22
## Attributes
23
23
24
24
* `androidAppLinkInfo` (*type:* `GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfo.t`, *default:* `nil`) - Optional information about the partner app link.
25
+
* `displayText` (*type:* `GoogleApi.WalletObjects.V1.Model.LocalizedString.t`, *default:* `nil`) - Optional display text for the app link button. Character limit is 30.
25
26
* `iosAppLinkInfo` (*type:* `GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfo.t`, *default:* `nil`) - Deprecated. Links to open iOS apps are not supported.
26
27
* `webAppLinkInfo` (*type:* `GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfo.t`, *default:* `nil`) - Optional information about the partner web link.
27
28
"""
@@ -31,11 +32,13 @@ defmodule GoogleApi.WalletObjects.V1.Model.AppLinkData do
0 commit comments