ProjectSortByType

public enum ProjectSortByType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case name = "NAME"
  • Undocumented

    Declaration

    Swift

    case createdTime = "CREATED_TIME"
  • Undocumented

    Declaration

    Swift

    case lastModifiedTime = "LAST_MODIFIED_TIME"
  • Declaration

    Swift

    public var description: String { get }