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

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

Returns a new instance of ConferenceParametersAddOnParameters.



725
726
727
# File 'generated/google/apis/calendar_v3/classes.rb', line 725

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

Instance Attribute Details

#parametersHash<String,String>

Corresponds to the JSON property parameters

Returns:

  • (Hash<String,String>)


723
724
725
# File 'generated/google/apis/calendar_v3/classes.rb', line 723

def parameters
  @parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



730
731
732
# File 'generated/google/apis/calendar_v3/classes.rb', line 730

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