Class: Google::Apis::VaultV1::HeldDriveQuery
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::VaultV1::HeldDriveQuery
 
- 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
Query options for Drive holds.
Instance Attribute Summary collapse
- 
  
    
      #include_team_drive_files  ⇒ Boolean 
    
    
      (also: #include_team_drive_files?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    If true, include files in Team Drives in the hold. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ HeldDriveQuery 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of HeldDriveQuery. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ HeldDriveQuery
Returns a new instance of HeldDriveQuery
| 190 191 192 | # File 'generated/google/apis/vault_v1/classes.rb', line 190 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#include_team_drive_files ⇒ Boolean Also known as: include_team_drive_files?
If true, include files in Team Drives in the hold.
Corresponds to the JSON property includeTeamDriveFiles
| 187 188 189 | # File 'generated/google/apis/vault_v1/classes.rb', line 187 def include_team_drive_files @include_team_drive_files end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 195 196 197 | # File 'generated/google/apis/vault_v1/classes.rb', line 195 def update!(**args) @include_team_drive_files = args[:include_team_drive_files] if args.key?(:include_team_drive_files) end |