Class: Google::Apis::CalendarV3::ConferenceProperties

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/calendar_v3/classes.rb,
generated/google/apis/calendar_v3/representations.rb,
generated/google/apis/calendar_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConferenceProperties

Returns a new instance of ConferenceProperties.



748
749
750
# File 'generated/google/apis/calendar_v3/classes.rb', line 748

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#allowed_conference_solution_typesArray<String>

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

Returns:

  • (Array<String>)


746
747
748
# File 'generated/google/apis/calendar_v3/classes.rb', line 746

def allowed_conference_solution_types
  @allowed_conference_solution_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



753
754
755
# File 'generated/google/apis/calendar_v3/classes.rb', line 753

def update!(**args)
  @allowed_conference_solution_types = args[:allowed_conference_solution_types] if args.key?(:allowed_conference_solution_types)
end