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

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ConferenceProperties

Returns a new instance of ConferenceProperties



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

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


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

def allowed_conference_solution_types
  @allowed_conference_solution_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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