GetWebhookCallbackConfigPlainArgs

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

Constructors

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

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.

Functions

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