Skip to main content

ClusterUnassignProductsResponse

Response for cluster product unassignment operation

type ClusterUnassignProductsResponse {
cluster: Cluster!
actions: ClusterProductsActionResponse!
}

Fields

ClusterUnassignProductsResponse.cluster ● Cluster! non-null object

The cluster with updated product assignments

ClusterUnassignProductsResponse.actions ● ClusterProductsActionResponse! non-null object

Detailed results of the unassignment actions

Returned By

clusterUnassignProducts mutation