WorkloadInstanceModelPropertiesResponseCurrentJob

data class WorkloadInstanceModelPropertiesResponseCurrentJob(val displayName: String, val endTime: String, val id: String, val name: String, val scenarioName: String, val startTime: String, val state: String)

Constructors

constructor(displayName: String, endTime: String, id: String, name: String, scenarioName: String, startTime: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the workflow friendly display name.

Link copied to clipboard

Gets or sets end time of the workflow.

Link copied to clipboard
val id: String

Gets or sets workflow Id.

Link copied to clipboard

Gets or sets workflow name.

Link copied to clipboard

Gets or sets workload scenario name.

Link copied to clipboard

Gets or sets start time of the workflow.

Link copied to clipboard

Gets or sets workflow state.