Skip to main content

ClusterAssignProductsResponse

Response for cluster product assignment operation

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

Fields

ClusterAssignProductsResponse.cluster ● Cluster! non-null object

The cluster with updated product assignments

ClusterAssignProductsResponse.actions ● ClusterProductsActionResponse! non-null object

Detailed results of the assignment actions

Returned By

clusterAssignProducts mutation