SelfservicePermissions constructor
SelfservicePermissions({
- ReconnectEnum? changeComputeType,
- ReconnectEnum? increaseVolumeSize,
- ReconnectEnum? rebuildWorkspace,
- ReconnectEnum? restartWorkspace,
- ReconnectEnum? switchRunningMode,
Implementation
SelfservicePermissions({
this.changeComputeType,
this.increaseVolumeSize,
this.rebuildWorkspace,
this.restartWorkspace,
this.switchRunningMode,
});