Notification Channel Args
fun NotificationChannelArgs(creationRecord: Output<MutationRecordArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, enabled: Output<Boolean>? = null, labels: Output<Map<String, String>>? = null, mutationRecords: Output<List<MutationRecordArgs>>? = null, name: Output<String>? = null, project: Output<String>? = null, type: Output<String>? = null, userLabels: Output<Map<String, String>>? = null, verificationStatus: Output<NotificationChannelVerificationStatus>? = null)