ClusterUnassignProductsResponse
No description
type ClusterUnassignProductsResponse {
cluster: Cluster!
actions: ClusterProductsActionResponse!
}
Fields
ClusterUnassignProductsResponse.cluster
● Cluster!
non-null object
The cluster object
ClusterUnassignProductsResponse.actions
● ClusterProductsActionResponse!
non-null object
Output messages about the actions performed.
Returned By
clusterUnassignProducts
mutation