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
| 705 706 707 | # File 'generated/google/apis/calendar_v3/classes.rb', line 705 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
| 703 704 705 | # File 'generated/google/apis/calendar_v3/classes.rb', line 703 def add_on_parameters @add_on_parameters end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 710 711 712 | # File 'generated/google/apis/calendar_v3/classes.rb', line 710 def update!(**args) @add_on_parameters = args[:add_on_parameters] if args.key?(:add_on_parameters) end |