ExtensionTaskTypeInfo

ExtensionTaskTypeInfo
ExtensionTaskTypeInfo

This data object type describes task types defined by the extension.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "taskID": "string"
}
string
taskID
Required

The ID of the task type.

Should follow java package naming conventions for uniqueness.