MatchRatings
public struct MatchRatings : XMLRepresentable
Undocumented
-
Specifies the possible ratings values to match in a ratings match.
Declaration
Swift
public enum Value : String, Codable
-
A Boolean value indicating whether the ratings match is enabled.
Declaration
Swift
public var isEnabled: Bool
-
The ratings value to match.
Declaration
Swift
public var value: Value
-
Initializes a new ratings match.
Declaration
Swift
public init(value: Value)
Parameters
value
The ratings value to match.