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

View Source

Attributes

  • description (type: String.t, default: nil) - Additional information about the image, which is unused and retained only for backward compatibility.
  • localizedDescription (type: GoogleApi.WalletObjects.V1.Model.LocalizedString.t, default: nil) - Translated strings for the description, which are unused and retained only for backward compatibility.
  • uri (type: String.t, default: nil) - The location of the image. URIs must have a scheme.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WalletObjects.V1.Model.ImageUri{
  description: String.t() | nil,
  localizedDescription:
    GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.