interface TaskDefinitionReference {
    definitionType: string;
    id: string;
    versionSpec: string;
}

Properties

definitionType: string

Gets or sets the definition type. Values can be 'task' or 'metaTask'.

id: string

Gets or sets the unique identifier of task.

versionSpec: string

Gets or sets the version specification of task.