google_api_mirror v0.6.0 GoogleApi.Mirror.V1.Model.Setting View Source

A setting for Glass.

Attributes

  • id (type: String.t, default: nil) - The setting's ID. The following IDs are valid:

    • locale - The key to the user’s language/locale (BCP 47 identifier) that Glassware should use to render localized content.
    • timezone - The key to the user’s current time zone region as defined in the tz database. Example: America/Los_Angeles.
  • kind (type: String.t, default: mirror#setting) - The type of resource. This is always mirror#setting.
  • value (type: String.t, default: nil) - The setting value, as a string.

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.Mirror.V1.Model.Setting{
  id: String.t(),
  kind: String.t(),
  value: 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.