Class: Google::Apis::CalendarV3::ConferenceParametersAddOnParameters
- Inherits:
-
Object
- Object
- Google::Apis::CalendarV3::ConferenceParametersAddOnParameters
- 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
-
#parameters ⇒ Hash<String,String>
Corresponds to the JSON property
parameters
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConferenceParametersAddOnParameters
constructor
A new instance of ConferenceParametersAddOnParameters.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ConferenceParametersAddOnParameters
Returns a new instance of ConferenceParametersAddOnParameters
732 733 734 |
# File 'generated/google/apis/calendar_v3/classes.rb', line 732 def initialize(**args) update!(**args) end |
Instance Attribute Details
#parameters ⇒ Hash<String,String>
Corresponds to the JSON property parameters
730 731 732 |
# File 'generated/google/apis/calendar_v3/classes.rb', line 730 def parameters @parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
737 738 739 |
# File 'generated/google/apis/calendar_v3/classes.rb', line 737 def update!(**args) @parameters = args[:parameters] if args.key?(:parameters) end |