google_api_vault v0.15.0 GoogleApi.Vault.V1.Model.HeldMailQuery View Source

Query options for mail holds.

Attributes

  • endTime (type: DateTime.t, default: nil) - The end time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
  • startTime (type: DateTime.t, default: nil) - The start time range for the search query. These timestamps are in GMT and rounded down to the start of the given date.
  • terms (type: String.t, default: nil) - The search terms for the hold.

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.HeldMailQuery{
  endTime: DateTime.t(),
  startTime: DateTime.t(),
  terms: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.