GetNotificationPolicyPlainArgs

data class GetNotificationPolicyPlainArgs(val accountId: String, val policyId: String? = null) : ConvertibleToJava<GetNotificationPolicyPlainArgs>

A collection of arguments for invoking getNotificationPolicy.

Constructors

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

Properties

Link copied to clipboard

The account id

Link copied to clipboard
val policyId: String? = null

The unique identifier of a notification policy

Functions

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