GetNotificationPlainArgs

data class GetNotificationPlainArgs(val bucket: String, val notification: String, val userProject: String? = null) : ConvertibleToJava<GetNotificationPlainArgs>

Constructors

Link copied to clipboard
constructor(bucket: String, notification: String, userProject: String? = null)

Properties

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

Functions

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