TaskTemplateFieldIdentifierArgs

data class TaskTemplateFieldIdentifierArgs(val name: Output<String>) : ConvertibleToJava<TaskTemplateFieldIdentifierArgs>

the identifier (name) for the task template field

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the task template field

Functions

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