Class: Google::Apis::CalendarV3::ConferenceParameters
- Inherits:
-
Object
- Object
- Google::Apis::CalendarV3::ConferenceParameters
- 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
-
#add_on_parameters ⇒ Google::Apis::CalendarV3::ConferenceParametersAddOnParameters
Additional add-on specific data.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConferenceParameters
constructor
A new instance of ConferenceParameters.
-
#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) ⇒ ConferenceParameters
Returns a new instance of ConferenceParameters
713 714 715 |
# File 'generated/google/apis/calendar_v3/classes.rb', line 713 def initialize(**args) update!(**args) end |
Instance Attribute Details
#add_on_parameters ⇒ Google::Apis::CalendarV3::ConferenceParametersAddOnParameters
Additional add-on specific data.
Corresponds to the JSON property addOnParameters
711 712 713 |
# File 'generated/google/apis/calendar_v3/classes.rb', line 711 def add_on_parameters @add_on_parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
718 719 720 |
# File 'generated/google/apis/calendar_v3/classes.rb', line 718 def update!(**args) @add_on_parameters = args[:add_on_parameters] if args.key?(:add_on_parameters) end |