toValue method

String toValue()

Implementation

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