Struct google_mirror1::Setting[][src]

pub struct Setting {
    pub kind: Option<String>,
    pub id: Option<String>,
    pub value: Option<String>,
}

A setting for Glass.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The type of resource. This is always mirror#setting.

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.

The setting value, as a string.

Trait Implementations

impl Default for Setting
[src]

Returns the "default value" for a type. Read more

impl Clone for Setting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Setting
[src]

Formats the value using the given formatter. Read more

impl Resource for Setting
[src]

impl ResponseResult for Setting
[src]

Auto Trait Implementations

impl Send for Setting

impl Sync for Setting