GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfoAppTarget (google_api_wallet_objects v0.12.0)
View SourceAttributes
-
packageName
(type:String.t
, default:nil
) - Package name for AppTarget. For example: com.google.android.gm -
targetUri
(type:GoogleApi.WalletObjects.V1.Model.Uri.t
, default:nil
) - URI for AppTarget. The description on the URI must be set. Prefer setting package field instead, if this target is defined for your application.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfoAppTarget{ packageName: String.t() | nil, targetUri: GoogleApi.WalletObjects.V1.Model.Uri.t() | nil }