ListUnitOperationsResponse constructor

ListUnitOperationsResponse({
  1. String? nextPageToken,
  2. List<UnitOperation>? unitOperations,
  3. List<String>? unreachable,
})

Implementation

ListUnitOperationsResponse({
  this.nextPageToken,
  this.unitOperations,
  this.unreachable,
});