google_api_calendar v0.2.0 GoogleApi.Calendar.V3.Model.ConferenceData View Source
Attributes
- parameters (ConferenceParameters): Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming. Defaults to:
null
. - 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:
null
. - conferenceSolution (ConferenceSolution): 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:
null
. - createRequest (CreateConferenceRequest): 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:
null
. - entryPoints ([EntryPoint]): 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:
null
. - 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:
null
. - signature (String.t): The signature of the conference data. Genereated 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:
null
.
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.ConferenceData{
conferenceId: any(),
conferenceSolution: GoogleApi.Calendar.V3.Model.ConferenceSolution.t(),
createRequest: GoogleApi.Calendar.V3.Model.CreateConferenceRequest.t(),
entryPoints: [GoogleApi.Calendar.V3.Model.EntryPoint.t()],
notes: any(),
parameters: GoogleApi.Calendar.V3.Model.ConferenceParameters.t(),
signature: any()
}
t() :: %GoogleApi.Calendar.V3.Model.ConferenceData{ conferenceId: any(), conferenceSolution: GoogleApi.Calendar.V3.Model.ConferenceSolution.t(), createRequest: GoogleApi.Calendar.V3.Model.CreateConferenceRequest.t(), entryPoints: [GoogleApi.Calendar.V3.Model.EntryPoint.t()], notes: any(), parameters: GoogleApi.Calendar.V3.Model.ConferenceParameters.t(), signature: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.