toValue method
Implementation
String toValue() {
switch (this) {
case IAMUserAccessToBilling.allow:
return 'ALLOW';
case IAMUserAccessToBilling.deny:
return 'DENY';
}
}
String toValue() {
switch (this) {
case IAMUserAccessToBilling.allow:
return 'ALLOW';
case IAMUserAccessToBilling.deny:
return 'DENY';
}
}