GoogleApi.Vault.V1.Model.DriveOptions (google_api_vault v0.25.0)
View SourceAdditional options for Drive search.
Attributes
-
clientSideEncryptedOption
(type:String.t
, default:nil
) - Set whether the results include only content encrypted with Google Workspace Client-side encryption content, only unencrypted content, or both. Defaults to both. Currently supported for Drive. -
includeSharedDrives
(type:boolean()
, default:nil
) - Set to true to include shared drives. -
includeTeamDrives
(type:boolean()
, default:nil
) - Set to true to include Team Drive. -
versionDate
(type:DateTime.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vault.V1.Model.DriveOptions{ clientSideEncryptedOption: String.t() | nil, includeSharedDrives: boolean() | nil, includeTeamDrives: boolean() | nil, versionDate: DateTime.t() | nil }