RunBookDraftArgs

data class RunBookDraftArgs(val contentLink: Output<RunBookDraftContentLinkArgs>? = null, val creationTime: Output<String>? = null, val editModeEnabled: Output<Boolean>? = null, val lastModifiedTime: Output<String>? = null, val outputTypes: Output<List<String>>? = null, val parameters: Output<List<RunBookDraftParameterArgs>>? = null) : ConvertibleToJava<RunBookDraftArgs>

Constructors

Link copied to clipboard
constructor(contentLink: Output<RunBookDraftContentLinkArgs>? = null, creationTime: Output<String>? = null, editModeEnabled: Output<Boolean>? = null, lastModifiedTime: Output<String>? = null, outputTypes: Output<List<String>>? = null, parameters: Output<List<RunBookDraftParameterArgs>>? = null)

Properties

Link copied to clipboard

A publish_content_link block as defined above.

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

Whether the draft in edit mode.

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

Specifies the output types of the runbook.

Link copied to clipboard

A list of parameters block as defined below.

Functions

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