toDedicatedTenancySupportEnum method
Implementation
DedicatedTenancySupportEnum toDedicatedTenancySupportEnum() {
switch (this) {
case 'ENABLED':
return DedicatedTenancySupportEnum.enabled;
}
throw Exception('$this is not known in enum DedicatedTenancySupportEnum');
}