DeleteMachineScope200Response constructor
DeleteMachineScope200Response({
- required DeleteMachineScope200ResponseObjectEnum object,
- required String fromMachineId,
- required String toMachineId,
- required bool deleted,
Returns a new DeleteMachineScope200Response instance.
Implementation
DeleteMachineScope200Response({
required this.object,
required this.fromMachineId,
required this.toMachineId,
required this.deleted,
});