ConstraintsProperties

data class ConstraintsProperties(val invisibleFields: List<TaskTemplateInvisibleFieldInfo>? = null, val readOnlyFields: List<TaskTemplateReadOnlyFieldInfo>? = null, val requiredFields: List<TaskTemplateRequiredFieldInfo>? = null)

The constraints for the task template

Constructors

Link copied to clipboard
constructor(invisibleFields: List<TaskTemplateInvisibleFieldInfo>? = null, readOnlyFields: List<TaskTemplateReadOnlyFieldInfo>? = null, requiredFields: List<TaskTemplateRequiredFieldInfo>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Lists the fields that are invisible to agents.

Link copied to clipboard

Lists the fields that are read-only to agents, and cannot be edited.

Link copied to clipboard

Lists the fields that are required to be filled by agents.