GetNotificationPolicyWebhooksPlainArgs

data class GetNotificationPolicyWebhooksPlainArgs(val accountId: String, val webhookId: String? = null) : ConvertibleToJava<GetNotificationPolicyWebhooksPlainArgs>

A collection of arguments for invoking getNotificationPolicyWebhooks.

Constructors

Link copied to clipboard
constructor(accountId: String, webhookId: String? = null)

Properties

Link copied to clipboard

The account id

Link copied to clipboard
val webhookId: String? = null

The unique identifier of a webhook

Functions

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