File Task Run Request Response
data class FileTaskRunRequestResponse(val agentConfiguration: AgentPropertiesResponse? = null, val agentPoolName: String? = null, val credentials: CredentialsResponse? = null, val isArchiveEnabled: Boolean? = null, val logTemplate: String? = null, val platform: PlatformPropertiesResponse, val sourceLocation: String? = null, val taskFilePath: String, val timeout: Int? = null, val type: String, val values: List<SetValueResponse>? = null, val valuesFilePath: String? = null)
The request parameters for a scheduling run against a task file.
Constructors
Link copied to clipboard
fun FileTaskRunRequestResponse(agentConfiguration: AgentPropertiesResponse? = null, agentPoolName: String? = null, credentials: CredentialsResponse? = null, isArchiveEnabled: Boolean? = null, logTemplate: String? = null, platform: PlatformPropertiesResponse, sourceLocation: String? = null, taskFilePath: String, timeout: Int? = null, type: String, values: List<SetValueResponse>? = null, valuesFilePath: String? = null)