INPUT_OBJECT
Input to pause or resume a list of Rubrik clusters.
input UpdateClusterPauseStatusInput {# List of cluster UUIDs.clusterUuids: [String!]# Specifies whether to pause or resume the clusters.togglePauseStatus: Boolean}