ConstraintsPropertiesArgs

data class ConstraintsPropertiesArgs(val invisibleFields: Output<List<TaskTemplateInvisibleFieldInfoArgs>>? = null, val readOnlyFields: Output<List<TaskTemplateReadOnlyFieldInfoArgs>>? = null, val requiredFields: Output<List<TaskTemplateRequiredFieldInfoArgs>>? = null) : ConvertibleToJava<ConstraintsPropertiesArgs>

The constraints for the task template

Constructors

Link copied to clipboard
constructor(invisibleFields: Output<List<TaskTemplateInvisibleFieldInfoArgs>>? = null, readOnlyFields: Output<List<TaskTemplateReadOnlyFieldInfoArgs>>? = null, requiredFields: Output<List<TaskTemplateRequiredFieldInfoArgs>>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): ConstraintsPropertiesArgs