toValue method
Implementation
String toValue() {
switch (this) {
case OriginRequestPolicyType.managed:
return 'managed';
case OriginRequestPolicyType.custom:
return 'custom';
}
}
String toValue() {
switch (this) {
case OriginRequestPolicyType.managed:
return 'managed';
case OriginRequestPolicyType.custom:
return 'custom';
}
}