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