class Google::Apis::VaultV1::HeldDriveQuery
Options for Drive holds.
Attributes
include_team_drive_files[RW]
To include files in Team Drives in the hold, set to true. Corresponds to the JSON property `includeTeamDriveFiles` @return [Boolean]
include_team_drive_files?[RW]
To include files in Team Drives in the hold, set to true. Corresponds to the JSON property `includeTeamDriveFiles` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 879 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vault_v1/classes.rb, line 884 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