ListUnitOperationsResponse constructor
ListUnitOperationsResponse({
- String? nextPageToken,
- List<
UnitOperation> ? unitOperations, - List<
String> ? unreachable,
Implementation
ListUnitOperationsResponse({
this.nextPageToken,
this.unitOperations,
this.unreachable,
});