GetNotificationRegistrationPlainArgs

data class GetNotificationRegistrationPlainArgs(val notificationRegistrationName: String, val providerNamespace: String) : ConvertibleToJava<GetNotificationRegistrationPlainArgs>

Constructors

Link copied to clipboard
constructor(notificationRegistrationName: String, providerNamespace: String)

Properties

Link copied to clipboard

The notification registration.

Link copied to clipboard

The name of the resource provider hosted within ProviderHub.

Functions

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