Settings

For a list of methods for this resource, see the end of this page.

Resource representations

A setting for Glass.

{
  "kind": "mirror#setting",
  "id": string,
  "value": string
}
Property name Value Description Notes
id string 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 string The type of resource. This is always mirror#setting.
value string The setting value, as a string.

Methods

get
Gets a single setting by ID.