google_api_vault v0.11.0 GoogleApi.Vault.V1.Model.HeldDriveQuery View Source

Query options for Drive holds.

Attributes

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

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

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.