Struct google_calendar3::ConferenceSolutionKey[][src]

pub struct ConferenceSolutionKey {
    pub type_: Option<String>,
}

There is no detailed description.

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

Fields

The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are:

  • "eventHangout" for Hangouts for consumers (http://hangouts.google.com)
  • "eventNamedHangout" for classic Hangouts for G Suite users (http://hangouts.google.com)
  • "hangoutsMeet" for Hangouts Meet (http://meet.google.com)

Trait Implementations

impl Default for ConferenceSolutionKey
[src]

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

impl Clone for ConferenceSolutionKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConferenceSolutionKey
[src]

Formats the value using the given formatter. Read more

impl Part for ConferenceSolutionKey
[src]

Auto Trait Implementations