MatchKeywords
public struct MatchKeywords : XMLRepresentable
Undocumented
-
The keyword names to match.
Declaration
Swift
public var keywordNames: [KeywordName] -
A Boolean value indicating whether the keywords match is enabled.
Declaration
Swift
public var isEnabled: Bool -
The rule to use for the keywords match.
Declaration
Swift
public var rule: Rule -
Initializes a new keywords match.
Declaration
Swift
public init(rule: Rule = .includesAny, keywordNames: [KeywordName])Parameters
ruleThe rule to use for the keywords match,
includesAnyby default.keywordNamesThe keyword names to match.
MatchKeywords Structure Reference