ListAutomationAccountDeletedRunbooksResult

data class ListAutomationAccountDeletedRunbooksResult(val nextLink: String? = null, val value: List<DeletedRunbookResponse>? = null)

The response model for the list deleted runbook.

Constructors

constructor(nextLink: String? = null, value: List<DeletedRunbookResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

Gets or sets the next link.

Link copied to clipboard

List of deleted runbooks in automation account.