Automation Runbook Receiver Response
data class AutomationRunbookReceiverResponse(val automationAccountId: String, val isGlobalRunbook: Boolean, val name: String? = null, val runbookName: String, val serviceUri: String? = null, val useCommonAlertSchema: Boolean? = null, val webhookResourceId: String)
The Azure Automation Runbook notification receiver.