toValue method
Implementation
String toValue() {
switch (this) {
case ResourceType.mbpsOutboundBandwidth:
return 'Mbps_Outbound_Bandwidth';
}
}
String toValue() {
switch (this) {
case ResourceType.mbpsOutboundBandwidth:
return 'Mbps_Outbound_Bandwidth';
}
}