ReportStatusType

public enum ReportStatusType : String, CustomStringConvertible, Codable

Undocumented

  • ok

    Undocumented

    Declaration

    Swift

    case ok = "ok"
  • Undocumented

    Declaration

    Swift

    case impaired = "impaired"
  • Declaration

    Swift

    public var description: String { get }