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

Options for Drive holds.

Attributes

  • includeSharedDriveFiles (type: boolean(), default: nil) - To include files in shared drives in the hold, set to true.
  • includeTeamDriveFiles (type: boolean(), default: nil) - To include files in Team Drives in the hold, set to true.

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.HeldDriveQuery{
  includeSharedDriveFiles: boolean() | nil,
  includeTeamDriveFiles: boolean() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.