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
      728 729 730  | 
    
      # File 'generated/google/apis/calendar_v3/classes.rb', line 728 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#parameters ⇒ Hash<String,String>
Corresponds to the JSON property parameters
      726 727 728  | 
    
      # File 'generated/google/apis/calendar_v3/classes.rb', line 726 def parameters @parameters end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      733 734 735  | 
    
      # File 'generated/google/apis/calendar_v3/classes.rb', line 733 def update!(**args) @parameters = args[:parameters] if args.key?(:parameters) end  |