google_api_calendar v0.7.0 GoogleApi.Calendar.V3.Model.CreateConferenceRequest View Source

Attributes

  • conferenceSolutionKey (type: GoogleApi.Calendar.V3.Model.ConferenceSolutionKey.t, default: nil) - The conference solution, such as Hangouts or Hangouts 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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.