ListOperationsResponse constructor

ListOperationsResponse({
  1. String? nextToken,
  2. List<OperationSummary>? operations,
})

Implementation

ListOperationsResponse({
  this.nextToken,
  this.operations,
});