GoogleCloudContentwarehouseV1TimeFilter

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimeFilter


Table of Contents ▼

Jump to a specific part of the page:

Description

Filter on create timestamp or update timestamp of documents.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. timeField (type: String.t, default: nil)
    - Specifies which time field to filter documents on. Defaults to TimeField.UPLOAD_TIME.
  2. timeRange (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeInterval, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimeFilter{
timeField: String.t() | nil,
timeRange: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeInterval.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimeFilter