google_api_vault v0.6.0 GoogleApi.Vault.V1.Model.DriveOptions View Source
Drive search advanced options
Attributes
- includeSharedDrives (boolean()): Set to true to include shared drive. Defaults to:
null
. - includeTeamDrives (boolean()): Set to true to include Team Drive. Defaults to:
null
. - versionDate (DateTime.t): Search the versions of the Drive file as of the reference date. These timestamps are in GMT and rounded down to the given date. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Vault.V1.Model.DriveOptions{
includeSharedDrives: any(),
includeTeamDrives: any(),
versionDate: DateTime.t()
}
t() :: %GoogleApi.Vault.V1.Model.DriveOptions{ includeSharedDrives: any(), includeTeamDrives: any(), versionDate: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.