ListOperationsResponse constructor

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

Implementation

ListOperationsResponse({
  required this.operations,
  this.nextPageMarker,
});