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
constructor(action: JobStepActionResponse, credential: String, executionOptions: JobStepExecutionOptionsResponse? = null, id: String, name: String, output: JobStepOutputResponse? = null, stepId: Int? = null, targetGroup: String, type: String)
Properties
Link copied to clipboard
The action payload of the job step.
Link copied to clipboard
The resource ID of the job credential that will be used to connect to the targets.
Link copied to clipboard
Execution options for the job step.
Link copied to clipboard
Output destination properties of the job step.
Link copied to clipboard
The resource ID of the target group that the job step will be executed on.