ReportType

public enum ReportType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case finding = "FINDING"
  • Undocumented

    Declaration

    Swift

    case full = "FULL"
  • Declaration

    Swift

    public var description: String { get }