ReviewableHITStatus

public enum ReviewableHITStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case reviewable = "Reviewable"
  • Undocumented

    Declaration

    Swift

    case reviewing = "Reviewing"
  • Declaration

    Swift

    public var description: String { get }