google_api_android_management v0.7.0 GoogleApi.AndroidManagement.V1.Model.UserFacingMessage View Source

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

Attributes

  • defaultMessage (String.t): 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. Defaults to: null.
  • localizedMessages (%{optional(String.t) => String.t}): A map containing <locale, message> 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. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.UserFacingMessage{
  defaultMessage: any(),
  localizedMessages: map()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.