google_api_testing v0.15.0 GoogleApi.Testing.V1.Model.Locale View Source

A location/region designation for language.

Attributes

  • id (type: String.t, default: nil) - The id for this locale. Example: "en_US".
  • name (type: String.t, default: nil) - A human-friendly name for this language/locale. Example: "English".
  • region (type: String.t, default: nil) - A human-friendly string representing the region for this locale. Example: "United States". Not present for every locale.
  • tags (type: list(String.t), default: nil) - Tags for this dimension. Example: "default".

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.Testing.V1.Model.Locale{
  id: String.t(),
  name: String.t(),
  region: String.t(),
  tags: [String.t()]
}

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.