DeleteMachineScope200Response constructor

DeleteMachineScope200Response({
  1. required DeleteMachineScope200ResponseObjectEnum object,
  2. required String fromMachineId,
  3. required String toMachineId,
  4. required bool deleted,
})

Returns a new DeleteMachineScope200Response instance.

Implementation

DeleteMachineScope200Response({
  required this.object,
  required this.fromMachineId,
  required this.toMachineId,
  required this.deleted,
});