Class: Google::Apis::VaultV1::HangoutsChatOptions
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::VaultV1::HangoutsChatOptions
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/vault_v1/classes.rb,
generated/google/apis/vault_v1/representations.rb,
generated/google/apis/vault_v1/representations.rb 
Overview
Hangouts chat search advanced options
Instance Attribute Summary collapse
- 
  
    
      #include_rooms  ⇒ Boolean 
    
    
      (also: #include_rooms?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Set to true to include rooms.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ HangoutsChatOptions 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of HangoutsChatOptions.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ HangoutsChatOptions
Returns a new instance of HangoutsChatOptions
      600 601 602  | 
    
      # File 'generated/google/apis/vault_v1/classes.rb', line 600 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#include_rooms ⇒ Boolean Also known as: include_rooms?
Set to true to include rooms.
Corresponds to the JSON property includeRooms
      597 598 599  | 
    
      # File 'generated/google/apis/vault_v1/classes.rb', line 597 def include_rooms @include_rooms end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      605 606 607  | 
    
      # File 'generated/google/apis/vault_v1/classes.rb', line 605 def update!(**args) @include_rooms = args[:include_rooms] if args.key?(:include_rooms) end  |