GoogleApi.Vault.V1.Model.HeldMailQuery (google_api_vault v0.25.0)
View SourceQuery options for Gmail 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
@type t() :: %GoogleApi.Vault.V1.Model.HeldMailQuery{ endTime: DateTime.t() | nil, startTime: DateTime.t() | nil, terms: String.t() | nil }