GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfoAppTarget (google_api_wallet_objects v0.12.0)

View Source

Attributes

  • 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

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfoAppTarget{
  packageName: String.t() | nil,
  targetUri: GoogleApi.WalletObjects.V1.Model.Uri.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.