CustomActionAttachmentCriteria

data class CustomActionAttachmentCriteria(val operator: CustomActionAttachmentCriteriaOperator, val value: String? = null, val variableName: String)

Constructors

Link copied to clipboard
constructor(operator: CustomActionAttachmentCriteriaOperator, value: String? = null, variableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The operation to perform on the named variable.

Link copied to clipboard
val value: String? = null

A value that is compared with the actual value of the variable based on the behavior of the operator.

Link copied to clipboard

The name of the variable to operate on.