ConformancePackComplianceType
public enum ConformancePackComplianceType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case compliant = "COMPLIANT"
-
Undocumented
Declaration
Swift
case nonCompliant = "NON_COMPLIANT"
-
Declaration
Swift
public var description: String { get }