mcloud
1.0.0
MCloud API library for cmcc cloud service
|
UploadRequest is a upload request item which consists of a upload folder id, up-front buffer size, upload content name. More...
#include <uploadtask.h>
Public Attributes | |
std::string | file_path |
std::string | folder_id |
std::string | content_name |
UploadRequest is a upload request item which consists of a upload folder id, up-front buffer size, upload content name.
Definition at line 37 of file uploadtask.h.
std::string mcloud::api::UploadRequest::content_name |
Definition at line 41 of file uploadtask.h.
std::string mcloud::api::UploadRequest::file_path |
Definition at line 39 of file uploadtask.h.
std::string mcloud::api::UploadRequest::folder_id |
Definition at line 40 of file uploadtask.h.