INPUT_OBJECT
AcknowledgeClusterNotificationInput
Description
Request to acknowledge a cluster notification.
link GraphQL Schema definition
- input AcknowledgeClusterNotificationInput {
- # UUID of the cluster.
- : String
- # Type of notification to acknowledge.
- : ClusterNotificationType
- }