OBJECT
Object containing the pause or resume status for a Rubrik cluster.
type ClusterPauseStatusResult {# Cluster UUID.clusterUuid: String! # Specifies whether the pause or resume action was successful. True indicates # success, and false indicates failure.success: Boolean! }