View Source GoogleApi.Calendar.V3.Model.ConferenceRequestStatus (google_api_calendar v0.23.1)

Attributes

  • statusCode (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.ConferenceRequestStatus{
  statusCode: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.