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