Class FieldFilter
A filter on a specific field.
Implements
Inherited Members
Namespace: Google.Apis.AgenciesAndBrands.v1.Data
Assembly: Google.Apis.AgenciesAndBrands.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> |