Generated 2020-05-18 for dataworks-public.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2020-07-29 Version: 1.36.541
|
||||
- Generated 2020-05-18 for `dataworks-public`.
|
||||
|
||||
2020-07-27 Version: 1.36.540
|
||||
- Supported CheckCloudResourceAuthorized API.
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@ namespace AlibabaCloud
|
||||
std::string lastEditUser;
|
||||
long nodeId;
|
||||
int commitStatus;
|
||||
long fileId;
|
||||
std::string fileFolderId;
|
||||
long bizId;
|
||||
};
|
||||
|
||||
@@ -86,6 +86,8 @@ void ListFilesResult::parse(const std::string &payload)
|
||||
fileObject.lastEditTime = std::stol(dataNodeFilesFile["LastEditTime"].asString());
|
||||
if(!dataNodeFilesFile["CommitStatus"].isNull())
|
||||
fileObject.commitStatus = std::stoi(dataNodeFilesFile["CommitStatus"].asString());
|
||||
if(!dataNodeFilesFile["FileId"].isNull())
|
||||
fileObject.fileId = std::stol(dataNodeFilesFile["FileId"].asString());
|
||||
data_.files.push_back(fileObject);
|
||||
}
|
||||
if(!value["Success"].isNull())
|
||||
|
||||
Reference in New Issue
Block a user