GetTestCasePlainArgs

data class GetTestCasePlainArgs(val agentId: String, val location: String, val project: String? = null, val testCaseId: String) : ConvertibleToJava<GetTestCasePlainArgs>

Constructors

Link copied to clipboard
fun GetTestCasePlainArgs(agentId: String, location: String, project: String? = null, testCaseId: String)

Functions

Link copied to clipboard
open override fun toJava(): GetTestCasePlainArgs

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard