GoogleApi.Calendar.V3.Model.CreateConferenceRequest (google_api_calendar v0.26.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Calendar.V3.Model.CreateConferenceRequest{
  conferenceSolutionKey:
    GoogleApi.Calendar.V3.Model.ConferenceSolutionKey.t() | nil,
  requestId: String.t() | nil,
  status: GoogleApi.Calendar.V3.Model.ConferenceRequestStatus.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.