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

View Source

Attributes

  • appLogoImage (type: GoogleApi.WalletObjects.V1.Model.Image.t, default: nil) - Deprecated. Image isn't supported in the app link module.
  • appTarget (type: GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfoAppTarget.t, default: nil) - Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage.
  • description (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - Deprecated. Description isn't supported in the app link module.
  • title (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - Deprecated. Title isn't supported in the app link module.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfo{
  appLogoImage: GoogleApi.WalletObjects.V1.Model.Image.t() | nil,
  appTarget:
    GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfoAppTarget.t() | nil,
  description: GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  title: GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.