Class FieldFilter
Contains field filter information.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class FieldFilter : IDirectResponseSchema
Properties
BoolValue
Optional. The boolean values, only applicable when rhs_value_type is BOOL.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DependentFieldValue
Optional. The dependent values, only applicable when rhs_value_type is DEPENDENT.
Declaration
[JsonProperty("dependentFieldValue")]
public virtual DependentFieldValue DependentFieldValue { get; set; }
Property Value
| Type | Description |
|---|---|
| DependentFieldValue |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FieldId
Optional. The field ID on the left hand side of the expression.
Declaration
[JsonProperty("fieldId")]
public virtual int? FieldId { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MatchType
Optional. Left hand side of the expression match type.
Declaration
[JsonProperty("matchType")]
public virtual string MatchType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestValue
Optional. The request value, only applicable when rhs_value_type is REQUEST.
Declaration
[JsonProperty("requestValue")]
public virtual RequestValue RequestValue { get; set; }
Property Value
| Type | Description |
|---|---|
| RequestValue |
StringValue
Optional. The string value, only applicable when rhs_value_type is STRING.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValueType
Optional. Right hand side of the expression.
Declaration
[JsonProperty("valueType")]
public virtual string ValueType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |