Notification Channel Args
constructor(description: Output<String>? = null, displayName: Output<String>? = null, enabled: Output<Boolean>? = null, forceDelete: Output<Boolean>? = null, labels: Output<Map<String, String>>? = null, project: Output<String>? = null, sensitiveLabels: Output<NotificationChannelSensitiveLabelsArgs>? = null, type: Output<String>? = null, userLabels: Output<Map<String, String>>? = null)