Class LogicalExpression
Struct for representing boolean expressions.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class LogicalExpression : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldComparisons
A list of fields to be compared.
Declaration
[JsonProperty("fieldComparisons")]
public virtual IList<FieldComparison> FieldComparisons { get; set; }
Property Value
Type | Description |
---|---|
IList<FieldComparison> |
LogicalExpressions
A list of nested conditions to be compared.
Declaration
[JsonProperty("logicalExpressions")]
public virtual IList<LogicalExpression> LogicalExpressions { get; set; }
Property Value
Type | Description |
---|---|
IList<LogicalExpression> |
LogicalOperator
The logical operator to use between the fields and conditions.
Declaration
[JsonProperty("logicalOperator")]
public virtual string LogicalOperator { get; set; }
Property Value
Type | Description |
---|---|
string |