View Source GoogleApi.AndroidManagement.V1.Model.UserFacingMessage (google_api_android_management v0.48.2)

Provides a user-facing message with locale info. The maximum message length is 4096 characters.

Attributes

  • defaultMessage (type: String.t, default: nil) - The default message displayed if no localized message is specified or the user's locale doesn't match with any of the localized messages. A default message must be provided if any localized messages are provided.
  • localizedMessages (type: map(), default: nil) - A map containing pairs, where locale is a well-formed BCP 47 language (https://www.w3.org/International/articles/language-tags/) code, such as en-US, es-ES, or fr.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.UserFacingMessage{
  defaultMessage: String.t() | nil,
  localizedMessages: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.