RunbookDraftArgs

data class RunbookDraftArgs(val creationTime: Output<String>? = null, val draftContentLink: Output<ContentLinkArgs>? = null, val inEdit: Output<Boolean>? = null, val lastModifiedTime: Output<String>? = null, val outputTypes: Output<List<String>>? = null, val parameters: Output<Map<String, RunbookParameterArgs>>? = null) : ConvertibleToJava<RunbookDraftArgs>

Constructors

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

Properties

Link copied to clipboard
val creationTime: Output<String>? = null

Gets or sets the creation time of the runbook draft.

Link copied to clipboard
val draftContentLink: Output<ContentLinkArgs>? = null

Gets or sets the draft runbook content link.

Link copied to clipboard
val inEdit: Output<Boolean>? = null

Gets or sets whether runbook is in edit mode.

Link copied to clipboard
val lastModifiedTime: Output<String>? = null

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

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

Gets or sets the runbook output types.

Link copied to clipboard
val parameters: Output<Map<String, RunbookParameterArgs>>? = null

Gets or sets the runbook draft parameters.

Functions

Link copied to clipboard
open override fun toJava(): RunbookDraftArgs