GoogleApi.Vault.V1.Model.HeldGroupsQuery (google_api_vault v0.19.5) 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.
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.HeldGroupsQuery{
endTime: DateTime.t() | nil,
startTime: DateTime.t() | nil,
terms: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.