GoogleApi.Vault.V1.Model.DriveOptions (google_api_vault v0.19.4) View Source

Additional options for Drive search

Attributes

  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Vault.V1.Model.DriveOptions{
  includeSharedDrives: boolean() | nil,
  includeTeamDrives: boolean() | nil,
  versionDate: DateTime.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.