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.



755
756
757
# File 'generated/google/apis/calendar_v3/classes.rb', line 755

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


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

def allowed_conference_solution_types
  @allowed_conference_solution_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



760
761
762
# File 'generated/google/apis/calendar_v3/classes.rb', line 760

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