ModelType

public enum ModelType : String, Codable, CaseIterable
  • v1

    Declaration

    Swift

    case v1 = "v1"
  • v2

    Declaration

    Swift

    case v2 = "v2"
  • Declaration

    Swift

    case _self = "self"