class Google::Apis::CalendarV3::ConferenceProperties

Attributes

allowed_conference_solution_types[RW]

The types of conference solutions that are supported for this calendar. The possible values are:

  • “eventHangout”

  • “eventNamedHangout”

  • “hangoutsMeet” Optional.

Corresponds to the JSON property `allowedConferenceSolutionTypes` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/calendar_v3/classes.rb, line 751
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/calendar_v3/classes.rb, line 756
def update!(**args)
  @allowed_conference_solution_types = args[:allowed_conference_solution_types] if args.key?(:allowed_conference_solution_types)
end