GoogleApi.Calendar.V3.Model.CreateConferenceRequest (google_api_calendar v0.20.0) View Source
Attributes
-
conferenceSolutionKey
(type:GoogleApi.Calendar.V3.Model.ConferenceSolutionKey.t
, default:nil
) - The conference solution, such as Hangouts or Google Meet. -
requestId
(type:String.t
, default:nil
) - The client-generated unique ID for this request. Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored. -
status
(type:GoogleApi.Calendar.V3.Model.ConferenceRequestStatus.t
, default:nil
) - The status of the conference create request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Calendar.V3.Model.CreateConferenceRequest{ conferenceSolutionKey: GoogleApi.Calendar.V3.Model.ConferenceSolutionKey.t(), requestId: String.t(), status: GoogleApi.Calendar.V3.Model.ConferenceRequestStatus.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.