toValue method
Implementation
String toValue() {
switch (this) {
case SavingsPlanRateUnit.hrs:
return 'Hrs';
case SavingsPlanRateUnit.lambdaGbSecond:
return 'Lambda-GB-Second';
case SavingsPlanRateUnit.request:
return 'Request';
}
}