Struct google_calendar3::ConferenceRequestStatus[][src]

pub struct ConferenceRequestStatus {
    pub status_code: 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 current status of the conference create request. Read-only. The possible values are:

  • "pending": the conference create request is still being processed.
  • "success": the conference create request succeeded, the entry points are populated.
  • "failure": the conference create request failed, there are no entry points.

Trait Implementations

impl Default for ConferenceRequestStatus
[src]

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

impl Clone for ConferenceRequestStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConferenceRequestStatus
[src]

Formats the value using the given formatter. Read more

impl Part for ConferenceRequestStatus
[src]

Auto Trait Implementations