MoveInstanceRequest constructor

MoveInstanceRequest({
  1. String? targetConfig,
})

Implementation

MoveInstanceRequest({
  this.targetConfig,
});