Get Notification Channel Plain Args
data class GetNotificationChannelPlainArgs(val displayName: String? = null, val labels: Map<String, String>? = null, val project: String? = null, val type: String? = null, val userLabels: Map<String, String>? = null) : ConvertibleToJava<GetNotificationChannelPlainArgs>
A collection of arguments for invoking getNotificationChannel.