InstanceMoveRequest constructor

InstanceMoveRequest({
  1. String? destinationZone,
  2. String? targetInstance,
})

Implementation

InstanceMoveRequest({
  this.destinationZone,
  this.targetInstance,
});