Get Step Plain Args
data class GetStepPlainArgs(val executionId: String, val historyId: String, val project: String? = null, val stepId: String) : ConvertibleToJava<GetStepPlainArgs>
Constructors
Link copied to clipboard
fun GetStepPlainArgs(executionId: String, historyId: String, project: String? = null, stepId: String)