DeletedRunbookResponse

data class DeletedRunbookResponse(val creationTime: String? = null, val deletionTime: String? = null, val id: String? = null, val location: String? = null, val name: String? = null, val runbookId: String? = null, val runbookType: String? = null, val runtime: String? = null, val runtimeEnvironment: String? = null)

Definition of deleted runbook.

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, deletionTime: String? = null, id: String? = null, location: String? = null, name: String? = null, runbookId: String? = null, runbookType: String? = null, runtime: String? = null, runtimeEnvironment: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

Gets or sets the creation time.

Link copied to clipboard
val deletionTime: String? = null

Gets or sets the last modified time.

Link copied to clipboard
val id: String? = null

The resource id.

Link copied to clipboard
val location: String? = null

Gets or sets the location of the resource.

Link copied to clipboard
val name: String? = null

Gets or sets name of the resource.

Link copied to clipboard
val runbookId: String? = null

Gets or sets the Runbook Id.

Link copied to clipboard
val runbookType: String? = null

Type of the runbook.

Link copied to clipboard
val runtime: String? = null

Gets or sets runtime of the runbook.

Link copied to clipboard

Environment of the runbook.