google_api_vault v0.15.0 GoogleApi.Vault.V1.Model.DriveOptions View Source

Drive search advanced options

Attributes

  • includeSharedDrives (type: boolean(), default: nil) - Set to true to include shared drive.
  • includeTeamDrives (type: boolean(), default: nil) - Set to true to include Team Drive.
  • versionDate (type: DateTime.t, default: nil) - Search the versions of the Drive file as of the reference date. These timestamps are in GMT and rounded down to the given date.

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(),
  includeTeamDrives: boolean(),
  versionDate: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.