Get Job Step Result
data class GetJobStepResult(val action: JobStepActionResponse, val credential: String, val executionOptions: JobStepExecutionOptionsResponse? = null, val id: String, val name: String, val output: JobStepOutputResponse? = null, val stepId: Int? = null, val targetGroup: String, val type: String)
A job step.
Constructors
Link copied to clipboard
fun GetJobStepResult(action: JobStepActionResponse, credential: String, executionOptions: JobStepExecutionOptionsResponse? = null, id: String, name: String, output: JobStepOutputResponse? = null, stepId: Int? = null, targetGroup: String, type: String)