TaskTemplateField

data class TaskTemplateField(val description: String? = null, val id: TaskTemplateFieldIdentifier, val singleSelectOptions: List<String>? = null, val type: TaskTemplateFieldType)

A task template field object.

Constructors

Link copied to clipboard
fun TaskTemplateField(description: String? = null, id: TaskTemplateFieldIdentifier, singleSelectOptions: List<String>? = null, type: TaskTemplateFieldType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the task template's field

Link copied to clipboard
Link copied to clipboard

list of field options to be used with single select

Link copied to clipboard