UploadType
Upload type
enum UploadType {
  BASE64
  FILE
  URL
}
Values
UploadType.BASE64
Upload by providing base64 string representation of a file
UploadType.FILE
Upload by referencing a file
UploadType.URL
Upload by providing public url to the file
Member Of
UploadFileInput  input