Get Notification Channel Result
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)
Properties
Link copied to clipboard
An optional human-readable description of this notification channel.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.