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