Class: Google::Apis::CalendarV3::ConferenceParametersAddOnParameters

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

Returns a new instance of ConferenceParametersAddOnParameters.



762
763
764
# File 'lib/google/apis/calendar_v3/classes.rb', line 762

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

Instance Attribute Details

#parametersHash<String,String>

Corresponds to the JSON property parameters

Returns:

  • (Hash<String,String>)


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

def parameters
  @parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



767
768
769
# File 'lib/google/apis/calendar_v3/classes.rb', line 767

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