Class: Google::Apis::CalendarV3::ConferenceProperties
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::CalendarV3::ConferenceProperties
 
- 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
- 
  
    
      #allowed_conference_solution_types  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The types of conference solutions that are supported for this calendar. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ConferenceProperties 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ConferenceProperties. 
- 
  
    
      #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) ⇒ ConferenceProperties
Returns a new instance of ConferenceProperties
| 747 748 749 | # File 'generated/google/apis/calendar_v3/classes.rb', line 747 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#allowed_conference_solution_types ⇒ Array<String>
The types of conference solutions that are supported for this calendar. The possible values are:
- "eventHangout"
- "eventNamedHangout"
- "hangoutsMeet"  Optional.
Corresponds to the JSON property allowedConferenceSolutionTypes
| 745 746 747 | # File 'generated/google/apis/calendar_v3/classes.rb', line 745 def allowed_conference_solution_types @allowed_conference_solution_types end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 752 753 754 | # File 'generated/google/apis/calendar_v3/classes.rb', line 752 def update!(**args) @allowed_conference_solution_types = args[:allowed_conference_solution_types] if args.key?(:allowed_conference_solution_types) end |