GetNotificationChannelResult

data class GetNotificationChannelResult(val description: String, val displayName: String? = null, val enabled: Boolean, val forceDelete: Boolean, val id: String, val labels: Map<String, String>? = null, val name: String, val project: String? = null, val sensitiveLabels: List<GetNotificationChannelSensitiveLabel>, val type: String? = null, val userLabels: Map<String, String>? = null, val verificationStatus: String)

A collection of values returned by getNotificationChannel.

Constructors

Link copied to clipboard
constructor(description: String, displayName: String? = null, enabled: Boolean, forceDelete: Boolean, id: String, labels: Map<String, String>? = null, name: String, project: String? = null, sensitiveLabels: List<GetNotificationChannelSensitiveLabel>, type: String? = null, userLabels: Map<String, String>? = null, verificationStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An optional human-readable description of this notification channel.

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

Whether notifications are forwarded to the described channel.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

Configuration fields that define the channel and its behavior.

Link copied to clipboard

The full REST resource name for this channel. The syntax is: projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID].

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

User-supplied key/value data that does not need to conform to the corresponding NotificationChannelDescriptor's schema, unlike the labels field.

Link copied to clipboard

Indicates whether this channel has been verified or not.