View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimeFilter (google_api_content_warehouse v0.6.1)
Filter on create timestamp or update timestamp of documents.
Attributes
-   timeField(type:String.t, default:nil) - Specifies which time field to filter documents on. Defaults to TimeField.UPLOAD_TIME.
-   timeRange(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeInterval.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimeFilter{ timeField: String.t() | nil, timeRange: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeInterval.t() | nil }