toValue method
Implementation
String toValue() {
switch (this) {
case WafOverrideActionType.none:
return 'NONE';
case WafOverrideActionType.count:
return 'COUNT';
}
}
String toValue() {
switch (this) {
case WafOverrideActionType.none:
return 'NONE';
case WafOverrideActionType.count:
return 'COUNT';
}
}