JobStepActionResponse

data class JobStepActionResponse(val source: String? = null, val type: String? = null, val value: String)

The action to be executed by a job step.

Constructors

Link copied to clipboard
constructor(source: String? = null, type: String? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val source: String? = null

The source of the action to execute.

Link copied to clipboard
val type: String? = null

Type of action being executed by the job step.

Link copied to clipboard

The action value, for example the text of the T-SQL script to execute.