google_api_vault v0.14.1 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.