google_api_calendar v0.5.0 GoogleApi.Calendar.V3.Model.ConferenceRequestStatus View Source
Attributes
- statusCode (String.t): 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. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Calendar.V3.Model.ConferenceRequestStatus{
statusCode: String.t()
}
t() :: %GoogleApi.Calendar.V3.Model.ConferenceRequestStatus{ statusCode: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.