mcloud  1.0.0
MCloud API library for cmcc cloud service
mcloud::api::UploadRequest Struct Reference

UploadRequest is a upload request item which consists of a upload folder id, up-front buffer size, upload content name. More...

#include <uploadtask.h>

+ Collaboration diagram for mcloud::api::UploadRequest:

Public Attributes

std::string file_path
 
std::string folder_id
 
std::string content_name
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: