MatchProperty
public struct MatchProperty : XMLRepresentable
Undocumented
-
Specifies the possible property keys to match in a property match.
Declaration
Swift
public enum Key : String, Codable
-
A Boolean value indicating whether the property match is enabled.
Declaration
Swift
public var isEnabled: Bool
-
The propery key to match.
Declaration
Swift
public var key: Key
-
The rule to use for the property match.
Declaration
Swift
public var rule: Rule
-
The property value to match.
Declaration
Swift
public var value: String