class Google::Apis::VaultV1::DriveOptions
Additional options for Drive search
Attributes
include_team_drives[RW]
Set to true to include Team Drive. Corresponds to the JSON property `includeTeamDrives` @return [Boolean]
include_team_drives?[RW]
Set to true to include Team Drive. Corresponds to the JSON property `includeTeamDrives` @return [Boolean]
version_date[RW]
Search the current version of the Drive file, but export the contents of the last version saved before 12:00 AM UTC on the specified date. Enter the date in UTC. Corresponds to the JSON property `versionDate` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 504 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 509 def update!(**args) @include_shared_drives = args[:include_shared_drives] if args.key?(:include_shared_drives) @include_team_drives = args[:include_team_drives] if args.key?(:include_team_drives) @version_date = args[:version_date] if args.key?(:version_date) end