GoogleApi.Vault.V1.Model.HeldDriveQuery (google_api_vault v0.25.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Vault.V1.Model.HeldDriveQuery{
  includeSharedDriveFiles: boolean() | nil,
  includeTeamDriveFiles: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.