Class: Google::Apis::CalendarV3::ConferenceSolutionKey
- Inherits:
-
Object
- Object
- Google::Apis::CalendarV3::ConferenceSolutionKey
- 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
-
#type ⇒ String
The conference solution type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConferenceSolutionKey
constructor
A new instance of ConferenceSolutionKey.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ConferenceSolutionKey
Returns a new instance of ConferenceSolutionKey
828 829 830 |
# File 'generated/google/apis/calendar_v3/classes.rb', line 828 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
The conference solution type. If a client encounters an unfamiliar or empty type, it should still be able to display the entry points. However, it should disallow modifications. The possible values are:
- "eventHangout" for Hangouts for consumers (http://hangouts.google.com)
- "eventNamedHangout" for classic Hangouts for G Suite users (http://hangouts. google.com)
- "hangoutsMeet" for Hangouts Meet (http://meet.google.com)
Corresponds to the JSON property
type
826 827 828 |
# File 'generated/google/apis/calendar_v3/classes.rb', line 826 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
833 834 835 |
# File 'generated/google/apis/calendar_v3/classes.rb', line 833 def update!(**args) @type = args[:type] if args.key?(:type) end |