Show / Hide Table of Contents

Class LogicalExpression

Struct for representing boolean expressions.

Inheritance
object
LogicalExpression
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.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

Optional. A list of fields to be compared.

Declaration
[JsonProperty("fieldComparisons")]
public virtual IList<FieldComparison> FieldComparisons { get; set; }
Property Value
Type Description
IList<FieldComparison>

LogicalExpressions

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

Optional. The logical operator to use between the fields and conditions.

Declaration
[JsonProperty("logicalOperator")]
public virtual string LogicalOperator { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX