GoogleApi.WalletObjects.V1.Model.ImageUri (google_api_wallet_objects v0.12.0)
View SourceAttributes
-
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
@type t() :: %GoogleApi.WalletObjects.V1.Model.ImageUri{ description: String.t() | nil, localizedDescription: GoogleApi.WalletObjects.V1.Model.LocalizedString.t() | nil, uri: String.t() | nil }