Class: Google::Apis::CalendarV3::ConferenceSolutionKey

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

Returns a new instance of ConferenceSolutionKey.



837
838
839
# File 'generated/google/apis/calendar_v3/classes.rb', line 837

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

Instance Attribute Details

#typeString

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:

Returns:

  • (String)


835
836
837
# File 'generated/google/apis/calendar_v3/classes.rb', line 835

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



842
843
844
# File 'generated/google/apis/calendar_v3/classes.rb', line 842

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