ListClusterOperationsResponse constructor

ListClusterOperationsResponse({
  1. List<ClusterOperationInfo>? clusterOperationInfoList,
  2. String? nextToken,
})

Implementation

ListClusterOperationsResponse({
  this.clusterOperationInfoList,
  this.nextToken,
});