ListWebhookEventsPlainArgs

data class ListWebhookEventsPlainArgs(val registryName: String, val resourceGroupName: String, val webhookName: String) : ConvertibleToJava<ListWebhookEventsPlainArgs>

Constructors

Link copied to clipboard
fun ListWebhookEventsPlainArgs(registryName: String, resourceGroupName: String, webhookName: String)

Functions

Link copied to clipboard
open override fun toJava(): ListWebhookEventsPlainArgs

Properties

Link copied to clipboard

The name of the container registry.

Link copied to clipboard

The name of the resource group to which the container registry belongs.

Link copied to clipboard

The name of the webhook.