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
constructor(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

The unique identifier for the field.

Link copied to clipboard

list of field options to be used with single select

Link copied to clipboard

Indicates the type of field. Following are the valid field types: NAME DESCRIPTION | SCHEDULED_TIME | QUICK_CONNECT | URL | NUMBER | TEXT | TEXT_AREA | DATE_TIME | BOOLEAN | SINGLE_SELECT | EMAIL