RuleExecutionMode

public enum RuleExecutionMode : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case allMatched = "ALL_MATCHED"
  • Undocumented

    Declaration

    Swift

    case firstMatched = "FIRST_MATCHED"
  • Declaration

    Swift

    public var description: String { get }