ListClusterOperationsResponse constructor
ListClusterOperationsResponse({
- List<
ClusterOperationInfo> ? clusterOperationInfoList, - String? nextToken,
Implementation
ListClusterOperationsResponse({
this.clusterOperationInfoList,
this.nextToken,
});