google_api_vault v0.7.1 GoogleApi.Vault.V1.Model.HeldGroupsQuery View Source

Query options for group 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

Link to this type

t() View Source
t() :: %GoogleApi.Vault.V1.Model.HeldGroupsQuery{
  endTime: DateTime.t(),
  startTime: DateTime.t(),
  terms: String.t()
}

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.