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

AbacComparisonExpressionOperandInput

Input object to represent an operand.

input AbacComparisonExpressionOperandInput {
  literal: AbacComparisonExpressionLiteral
}

Fields

literal ● AbacComparisonExpressionLiteral input

The literal value of the operand.

Member Of

AbacComparisonExpressionComparisonInput input

Last updated

Was this helpful?