TaskTemplateField

Describes a single task template field.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the field.

Link copied to clipboard

The unique identifier for the field.

Link copied to clipboard

A list of options for a single select field.

Link copied to clipboard

Indicates the type of field.

Functions

Link copied to clipboard
inline fun copy(block: TaskTemplateField.Builder.() -> Unit = {}): TaskTemplateField
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String