Struct google_calendar3::ConferenceSolution[][src]

pub struct ConferenceSolution {
    pub icon_uri: Option<String>,
    pub name: Option<String>,
    pub key: Option<ConferenceSolutionKey>,
}

There is no detailed description.

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

Fields

The user-visible icon for this solution.

The user-visible name of this solution. Not localized.

The key which can uniquely identify the conference solution for this event.

Trait Implementations

impl Default for ConferenceSolution
[src]

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

impl Clone for ConferenceSolution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConferenceSolution
[src]

Formats the value using the given formatter. Read more

impl Part for ConferenceSolution
[src]

Auto Trait Implementations