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

Constructor Details

#initialize(**args) ⇒ ConferenceSolutionKey

Returns a new instance of ConferenceSolutionKey.



830
831
832
# File 'generated/google/apis/calendar_v3/classes.rb', line 830

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:

  • "eventHangout" for Hangouts for consumers (http://hangouts.google.com)
  • "eventNamedHangout" for classic Hangouts for Google Workspace users (http:// hangouts.google.com)
  • "hangoutsMeet" for Google Meet (http://meet.google.com)
  • "addOn" for 3P conference providers Corresponds to the JSON property type

Returns:

  • (String)


828
829
830
# File 'generated/google/apis/calendar_v3/classes.rb', line 828

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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