GetNotificationChannelPlainArgs

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.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, labels: Map<String, String>? = null, project: String? = null, type: String? = null, userLabels: Map<String, String>? = null)

Properties

Link copied to clipboard
val displayName: String? = null

The display name for this notification channel.

Link copied to clipboard
val labels: Map<String, String>? = null

Labels (corresponding to the NotificationChannelDescriptor schema) to filter the notification channels by.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val type: String? = null

The type of the notification channel.

Link copied to clipboard
val userLabels: Map<String, String>? = null

User-provided key-value labels to filter by.

Functions

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