Class Filter
A filter over one or more fields.
Implements
Inherited Members
Namespace: Google.Apis.CurationPartners.v1.Data
Assembly: Google.Apis.CurationPartners.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 |