GlobalLevelNotificationsArgs

constructor(closeIssue: Output<Boolean>? = null, closeMergeRequest: Output<Boolean>? = null, failedPipeline: Output<Boolean>? = null, fixedPipeline: Output<Boolean>? = null, issueDue: Output<Boolean>? = null, level: Output<String>? = null, mergeMergeRequest: Output<Boolean>? = null, mergeWhenPipelineSucceeds: Output<Boolean>? = null, movedProject: Output<Boolean>? = null, newIssue: Output<Boolean>? = null, newMergeRequest: Output<Boolean>? = null, newNote: Output<Boolean>? = null, pushToMergeRequest: Output<Boolean>? = null, reassignIssue: Output<Boolean>? = null, reassignMergeRequest: Output<Boolean>? = null, reopenIssue: Output<Boolean>? = null, reopenMergeRequest: Output<Boolean>? = null, successPipeline: Output<Boolean>? = null)