Struct google_calendar3::Colors [] [src]

pub struct Colors {
    pub calendar: Option<HashMap<String, ColorDefinition>>,
    pub updated: Option<String>,
    pub kind: Option<String>,
    pub event: Option<HashMap<String, ColorDefinition>>,
}

There is no detailed description.

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

A global palette of calendar colors, mapping from the color ID to its definition. A calendarListEntry resource refers to one of these color IDs in its color field. Read-only.

Last modification time of the color palette (as a RFC3339 timestamp). Read-only.

Type of the resource ("calendar#colors").

A global palette of event colors, mapping from the color ID to its definition. An event resource may refer to one of these color IDs in its color field. Read-only.

Trait Implementations

impl Default for Colors
[src]

[src]

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

impl Clone for Colors
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Colors
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for Colors
[src]