google_api_calendar v0.5.0 GoogleApi.Calendar.V3.Model.ConferenceData View Source

Attributes

  • conferenceId (String.t): The ID of the conference. Can be used by developers to keep track of conferences, should not be displayed to users. Values for solution types:
  • "eventHangout": unset.
  • "eventNamedHangout": the name of the Hangout.
  • "hangoutsMeet": the 10-letter meeting code, for example "aaa-bbbb-ccc". Optional. Defaults to nil.
  • conferenceSolution (GoogleApi.Calendar.V3.Model.ConferenceSolution.t): The conference solution, such as Hangouts or Hangouts Meet. Unset for a conference with a failed create request. Either conferenceSolution and at least one entryPoint, or createRequest is required. Defaults to nil.
  • createRequest (GoogleApi.Calendar.V3.Model.CreateConferenceRequest.t): A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field. Either conferenceSolution and at least one entryPoint, or createRequest is required. Defaults to nil.
  • entryPoints (list(GoogleApi.Calendar.V3.Model.EntryPoint.t)): Information about individual conference entry points, such as URLs or phone numbers. All of them must belong to the same conference. Either conferenceSolution and at least one entryPoint, or createRequest is required. Defaults to nil.
  • notes (String.t): Additional notes (such as instructions from the domain administrator, legal notices) to display to the user. Can contain HTML. The maximum length is 2048 characters. Optional. Defaults to nil.
  • parameters (GoogleApi.Calendar.V3.Model.ConferenceParameters.t): Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming. Defaults to nil.
  • signature (String.t): The signature of the conference data. Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied. Unset for a conference with a failed create request. Optional for a conference with a pending create request. 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() :: %GoogleApi.Calendar.V3.Model.ConferenceData{
  conferenceId: String.t(),
  conferenceSolution: GoogleApi.Calendar.V3.Model.ConferenceSolution.t(),
  createRequest: GoogleApi.Calendar.V3.Model.CreateConferenceRequest.t(),
  entryPoints: [GoogleApi.Calendar.V3.Model.EntryPoint.t()],
  notes: String.t(),
  parameters: GoogleApi.Calendar.V3.Model.ConferenceParameters.t(),
  signature: String.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.