CurrentScenarioDetailsResponse

data class CurrentScenarioDetailsResponse(val jobId: String? = null, val scenarioName: String? = null, val startTime: String? = null)

Current scenario details of the protected entity.

Constructors

Link copied to clipboard
constructor(jobId: String? = null, scenarioName: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jobId: String? = null

ARM Id of the job being executed.

Link copied to clipboard
val scenarioName: String? = null

Scenario name.

Link copied to clipboard
val startTime: String? = null

Start time of the workflow.