Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1TimeFilter

Filter on create timestamp or update timestamp of documents.

Inheritance
object
GoogleCloudContentwarehouseV1TimeFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX