Task Run Request Response
data class TaskRunRequestResponse(val agentPoolName: String? = null, val isArchiveEnabled: Boolean? = null, val logTemplate: String? = null, val overrideTaskStepProperties: OverrideTaskStepPropertiesResponse? = null, val taskId: String, val type: String)
The parameters for a task run request.
Constructors
Link copied to clipboard
fun TaskRunRequestResponse(agentPoolName: String? = null, isArchiveEnabled: Boolean? = null, logTemplate: String? = null, overrideTaskStepProperties: OverrideTaskStepPropertiesResponse? = null, taskId: String, type: String)