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

Query options for group holds.

Attributes

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

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: any()
}

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.