Class: Google::Apis::CalendarV3::ConferenceParameters

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/calendar_v3/classes.rb,
lib/google/apis/calendar_v3/representations.rb,
lib/google/apis/calendar_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConferenceParameters

Returns a new instance of ConferenceParameters.



708
709
710
# File 'lib/google/apis/calendar_v3/classes.rb', line 708

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

Instance Attribute Details

#add_on_parametersGoogle::Apis::CalendarV3::ConferenceParametersAddOnParameters

Additional add-on specific data. Corresponds to the JSON property addOnParameters



706
707
708
# File 'lib/google/apis/calendar_v3/classes.rb', line 706

def add_on_parameters
  @add_on_parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



713
714
715
# File 'lib/google/apis/calendar_v3/classes.rb', line 713

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