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