AssistantApiCoreTypesCalendarEventMeetingContact

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventMeetingContact


Table of Contents ▼

Jump to a specific part of the page:

Description

Next id: 10

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. conferenceId (type: String.t, default: nil)
    - ID that corresponds to in ConferenceData.conference_id in calendar.common.ConferenceData proto. For Meet, this is the identifier used to join a meeting via URL.
  2. dialInNumberClasses (type: list(String.t), default: nil)
    -
  3. phoneNumberUri (type: String.t, default: nil)
    - Default meeting phone number, for example: "tel:+1-475-777-1840"
  4. pinNumber (type: String.t, default: nil)
    - A PIN that the participant will need to input after dialing in the conference.
  5. provider (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider, default: nil)
    - Provider info for the meeting.
  6. regionCode (type: String.t, default: nil)
    - The region code for the default meeting phone number
  7. source (type: String.t, default: nil)
    -
  8. universalPinNumber (type: String.t, default: nil)
    - The universal meeting PIN number for phone numbers in all available countries
  9. url (type: String.t, default: nil)
    - URL that can be used to join the meeting.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventMeetingContact{
conferenceId: String.t() | nil,
dialInNumberClasses: [String.t()] | nil,
phoneNumberUri: String.t() | nil,
pinNumber: String.t() | nil,
provider: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider.t() | nil,
regionCode: String.t() | nil,
source: String.t() | nil,
universalPinNumber: String.t() | nil,
url: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesCalendarEventMeetingContact