Struct google_calendar3::FreeBusyResponse [] [src]

pub struct FreeBusyResponse {
    pub time_max: Option<String>,
    pub kind: Option<String>,
    pub calendars: Option<HashMap<String, FreeBusyCalendar>>,
    pub groups: Option<HashMap<String, FreeBusyGroup>>,
    pub time_min: Option<String>,
}

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

The end of the interval.

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

List of free/busy information for calendars.

Expansion of groups.

The start of the interval.

Trait Implementations

impl Default for FreeBusyResponse
[src]

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

impl Clone for FreeBusyResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FreeBusyResponse
[src]

Formats the value using the given formatter.

impl ResponseResult for FreeBusyResponse
[src]