RunbookDraftResponse

data class RunbookDraftResponse(val creationTime: String? = null, val inEdit: Boolean? = null, val lastModifiedTime: String? = null, val outputTypes: List<String>? = null, val parameters: Map<String, RunbookParameterResponse>? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, inEdit: Boolean? = null, lastModifiedTime: String? = null, outputTypes: List<String>? = null, parameters: Map<String, RunbookParameterResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

Gets or sets the creation time of the runbook draft.

Link copied to clipboard
val inEdit: Boolean? = null

Gets or sets whether runbook is in edit mode.

Link copied to clipboard

Gets or sets the last modified time of the runbook draft.

Link copied to clipboard
val outputTypes: List<String>? = null

Gets or sets the runbook output types.

Link copied to clipboard

Gets or sets the runbook draft parameters.