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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/calendar_v3/classes.rb,
lib/google/apis/calendar_v3/representations.rb,
lib/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.



799
800
801
# File 'lib/google/apis/calendar_v3/classes.rb', line 799

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>)


797
798
799
# File 'lib/google/apis/calendar_v3/classes.rb', line 797

def allowed_conference_solution_types
  @allowed_conference_solution_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



804
805
806
# File 'lib/google/apis/calendar_v3/classes.rb', line 804

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