Show / Hide Table of Contents

Class Filter

A filter over one or more fields.

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

Properties

AndFilter

A list of filters whose results are AND-ed.

Declaration
[JsonProperty("andFilter")]
public virtual FilterList AndFilter { get; set; }
Property Value
Type Description
FilterList

ETag

The ETag of the item.

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

FieldFilter

A filter on a single field.

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

NotFilter

A filter whose result is negated.

Declaration
[JsonProperty("notFilter")]
public virtual Filter NotFilter { get; set; }
Property Value
Type Description
Filter

OrFilter

A list of filters whose results are OR-ed.

Declaration
[JsonProperty("orFilter")]
public virtual FilterList OrFilter { get; set; }
Property Value
Type Description
FilterList

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX