SelfservicePermissions constructor

SelfservicePermissions({
  1. ReconnectEnum? changeComputeType,
  2. ReconnectEnum? increaseVolumeSize,
  3. ReconnectEnum? rebuildWorkspace,
  4. ReconnectEnum? restartWorkspace,
  5. ReconnectEnum? switchRunningMode,
})

Implementation

SelfservicePermissions({
  this.changeComputeType,
  this.increaseVolumeSize,
  this.rebuildWorkspace,
  this.restartWorkspace,
  this.switchRunningMode,
});