Class GoogleCloudContentwarehouseV1TimeFilter
Filter on create timestamp or update timestamp of documents.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1TimeFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TimeField
Specifies which time field to filter documents on. Defaults to TimeField.UPLOAD_TIME.
Declaration
[JsonProperty("timeField")]
public virtual string TimeField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TimeRange
Declaration
[JsonProperty("timeRange")]
public virtual GoogleTypeInterval TimeRange { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleTypeInterval |