MatchShot public struct MatchShot : XMLRepresentable Undocumented shotTypes The shot types to match. Declaration Swift public var shotTypes: [ShotType] isEnabled A Boolean value indicating whether the shot type match is enabled. Declaration Swift public var isEnabled: Bool rule The rule to use for the shot type match. Declaration Swift public var rule: Rule init(rule:shotTypes:) Initializes a new shot type match. Declaration Swift public init(rule: Rule = .includesAny, shotTypes: [ShotType]) Parameters rule The rule to use for the shot type match, includesAny by default. shotTypes The shot types to match. © 2019 Todd Kramer. All rights reserved. (Last updated: 2019-11-17) Generated by jazzy ♪♫ v0.11.2, a Realm project.