For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataComparisonExpressionOperandInput

Input object to represent an operand. Exactly one of the fields should be specified.

input DataComparisonExpressionOperandInput {
  literal: DataComparisonExpressionLiteral
  reference: DataComparisonExpressionReferenceInput
}

Fields

literal ● DataComparisonExpressionLiteral input

A literal.

reference ● DataComparisonExpressionReferenceInput input

A reference to a data object.

Member Of

DataComparisonExpressionComparisonInput input

Last updated

Was this helpful?