GetJobConstraint

data class GetJobConstraint(val ltarget: String, val operand: String, val rtarget: String)

Constructors

Link copied to clipboard
constructor(ltarget: String, operand: String, rtarget: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(string) Attribute being constrained.

Link copied to clipboard

(string) Operator used to compare the attribute to the constraint.

Link copied to clipboard

(string) Constraint value.