ComplianceType
public enum ComplianceType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case compliant = "COMPLIANT"
-
Undocumented
Declaration
Swift
case nonCompliant = "NON_COMPLIANT"
-
Undocumented
Declaration
Swift
case notApplicable = "NOT_APPLICABLE"
-
Undocumented
Declaration
Swift
case insufficientData = "INSUFFICIENT_DATA"
-
Declaration
Swift
public var description: String { get }