Struct google_calendar3::FreeBusyGroup [] [src]

pub struct FreeBusyGroup {
    pub errors: Option<Vec<ErrorType>>,
    pub calendars: Option<Vec<String>>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Optional error(s) (if computation for the group failed).

List of calendars' identifiers within a group.

Trait Implementations

impl Default for FreeBusyGroup
[src]

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

impl Clone for FreeBusyGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FreeBusyGroup
[src]

Formats the value using the given formatter.

impl Part for FreeBusyGroup
[src]