UploadType

API: Stable

enum class UploadType {
    FILE,
    FOLDER,
}
Properties
FILE
FOLDER