Show / Hide Table of Contents

Class FieldFilter

A filter on a specific field.

Inheritance
object
FieldFilter
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.CurationPartners.v1.Data
Assembly: Google.Apis.CurationPartners.v1.dll
Syntax
public class FieldFilter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Field

Required. The field to filter on.

Declaration
[JsonProperty("field")]
public virtual Field Field { get; set; }
Property Value
Type Description
Field

Operation

Required. The operation of this filter.

Declaration
[JsonProperty("operation")]
public virtual string Operation { get; set; }
Property Value
Type Description
string

Values

Required. Values to filter to.

Declaration
[JsonProperty("values")]
public virtual IList<ReportValue> Values { get; set; }
Property Value
Type Description
IList<ReportValue>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX