Get Webhook Result
data class GetWebhookResult(val actions: List<String>, val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val scope: String? = null, val status: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
An object that represents a webhook for a container registry.