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

View Source

Query options for group holds.

Attributes

  • endTime (type: DateTime.t, default: nil) - The end time for the query. Specify in GMT. The value is rounded to 12 AM on the specified date.
  • startTime (type: DateTime.t, default: nil) - The start time for the query. Specify in GMT. The value is rounded to 12 AM on the specified date.
  • terms (type: String.t, default: nil) - The search operators used to refine the messages covered by the hold.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Vault.V1.Model.HeldGroupsQuery{
  endTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil,
  terms: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.