ListOperationsResponse constructor
ListOperationsResponse({
- String? nextToken,
- List<
OperationSummary> ? operations,
Implementation
ListOperationsResponse({
this.nextToken,
this.operations,
});