MatchStabilization
public struct MatchStabilization : XMLRepresentable
Undocumented
-
The stabilization types to match.
Declaration
Swift
public var stabilizationTypes: [StabilizationType] -
A Boolean value indicating whether the stabilization type match is enabled.
Declaration
Swift
public var isEnabled: Bool -
The rule to use for the stabilization type match.
Declaration
Swift
public var rule: Rule -
Initializes a new stabilization type match.
Declaration
Swift
public init(rule: Rule = .includesAny, stabilizationTypes: [StabilizationType])Parameters
ruleThe rule to use for the stabilization type match,
includesAnyby default.stabilizationTypesThe stabilization types to match.
MatchStabilization Structure Reference