public class UploadFileRequestData extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
File
File to upload
|
String |
path
Gets or sets path
|
String |
storageName
Gets or sets storageName
|
Constructor and Description |
---|
UploadFileRequestData(String path,
byte[] file,
String storageName)
Initializes a new instance of the UploadFileRequestData class.
|
Copyright © 2020. All rights reserved.