List Automation Account Deleted Runbooks Result
    data class ListAutomationAccountDeletedRunbooksResult(val nextLink: String? = null, val value: List<DeletedRunbookResponse>? = null)
The response model for the list deleted runbook.
Constructors
Link copied to clipboard
                fun ListAutomationAccountDeletedRunbooksResult(nextLink: String? = null, value: List<DeletedRunbookResponse>? = null)