DescribeClusterOperationResponse constructor

DescribeClusterOperationResponse({
  1. ClusterOperationInfo? clusterOperationInfo,
})

Implementation

DescribeClusterOperationResponse({
  this.clusterOperationInfo,
});