class Google::Apis::CalendarV3::ConferenceParametersAddOnParameters

Attributes

parameters[RW]

Corresponds to the JSON property `parameters` @return [Hash<String,String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/calendar_v3/classes.rb, line 728
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/calendar_v3/classes.rb, line 733
def update!(**args)
  @parameters = args[:parameters] if args.key?(:parameters)
end