GetNotificationChannelPlainArgs

data class GetNotificationChannelPlainArgs(val notificationChannelId: String, val project: String? = null) : ConvertibleToJava<GetNotificationChannelPlainArgs>

Constructors

Link copied to clipboard
constructor(notificationChannelId: String, project: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val project: String? = null

Functions

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