OrderType

public enum OrderType : String

順序を表す列挙型。

  • asc

    昇順。

    Declaration

    Swift

    case asc = "asc"
  • 降順。

    Declaration

    Swift

    case desc = "desc"