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
fun GetNotificationChannelResult(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)