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

    rule

    The rule to use for the stabilization type match, includesAny by default.

    stabilizationTypes

    The stabilization types to match.