public class DeleteFileRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
path
File path e.g.
|
String |
storageName
Storage name
|
String |
versionId
File version ID to delete
|
Constructor and Description |
---|
DeleteFileRequestData(String path,
String storageName,
String versionId)
Initializes a new instance of the DeleteFileRequestData class.
|
Copyright © 2020. All rights reserved.