Class: Google::Apis::VaultV1::HeldDriveQuery

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HeldDriveQuery

Returns a new instance of HeldDriveQuery.



858
859
860
# File 'generated/google/apis/vault_v1/classes.rb', line 858

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#include_shared_drive_filesBoolean Also known as: include_shared_drive_files?

If true, include files in shared drives in the hold. Corresponds to the JSON property includeSharedDriveFiles

Returns:

  • (Boolean)


849
850
851
# File 'generated/google/apis/vault_v1/classes.rb', line 849

def include_shared_drive_files
  @include_shared_drive_files
end

#include_team_drive_filesBoolean Also known as: include_team_drive_files?

If true, include files in Team Drives in the hold. Corresponds to the JSON property includeTeamDriveFiles

Returns:

  • (Boolean)


855
856
857
# File 'generated/google/apis/vault_v1/classes.rb', line 855

def include_team_drive_files
  @include_team_drive_files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



863
864
865
866
# File 'generated/google/apis/vault_v1/classes.rb', line 863

def update!(**args)
  @include_shared_drive_files = args[:include_shared_drive_files] if args.key?(:include_shared_drive_files)
  @include_team_drive_files = args[:include_team_drive_files] if args.key?(:include_team_drive_files)
end