Show / Hide Table of Contents

Class FieldFilter

Contains field filter information.

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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX