PCPolicyRule
public class PCPolicyRule : APIModel
                Undocumented
- 
                  
                  
Undocumented
Declaration
Swift
public var field: PCFieldName - 
                  
                  
Undocumented
Declaration
Swift
public var priorities: [PCPolicyRulePriority] - 
                  
                  
Undocumented
Declaration
Swift
public init(field: PCFieldName, priorities: [PCPolicyRulePriority]) - 
                  
                  
Declaration
Swift
public required init(from decoder: Decoder) throws - 
                  
                  
Declaration
Swift
public func encode(to encoder: Encoder) throws - 
                  
                  
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool - 
                  
                  
Declaration
Swift
public static func == (lhs: PCPolicyRule, rhs: PCPolicyRule) -> Bool 
View on GitHub
        PCPolicyRule Class Reference