ItemType
public enum ItemType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case object = "OBJECT"
-
Undocumented
Declaration
Swift
case folder = "FOLDER"
-
Declaration
Swift
public var description: String { get }