View Source GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfo (google_api_wallet_objects v0.3.0)

Attributes

  • appLogoImage (type: GoogleApi.WalletObjects.V1.Model.Image.t, default: nil) - Optional image to be displayed in the App Link Module
  • appTarget (type: GoogleApi.WalletObjects.V1.Model.AppLinkDataAppLinkInfoAppTarget.t, default: nil) - Url to follow when opening the App Link Module on clients. It will be used by partners to open their webpage or deeplink into their app.
  • description (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - String to be displayed in the description of the App Link Module Required
  • title (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - String to be displayed in the title of the App Link Module Required

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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

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

Unwrap a decoded JSON object into its complex fields.