PredicateType

public enum PredicateType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case ipmatch = "IPMatch"
  • Undocumented

    Declaration

    Swift

    case bytematch = "ByteMatch"
  • Undocumented

    Declaration

    Swift

    case sqlinjectionmatch = "SqlInjectionMatch"
  • Undocumented

    Declaration

    Swift

    case geomatch = "GeoMatch"
  • Undocumented

    Declaration

    Swift

    case sizeconstraint = "SizeConstraint"
  • Undocumented

    Declaration

    Swift

    case xssmatch = "XssMatch"
  • Undocumented

    Declaration

    Swift

    case regexmatch = "RegexMatch"
  • Declaration

    Swift

    public var description: String { get }