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