Current Scenario Details Response
    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
                fun CurrentScenarioDetailsResponse(jobId: String? = null, scenarioName: String? = null, startTime: String? = null)