Support PersonList.

This commit is contained in:
sdk-team
2020-08-31 23:48:06 +08:00
parent c0045d1c32
commit 793abf30f9
4 changed files with 6 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ namespace AlibabaCloud
long pageNumber;
long total;
std::vector<RecordsItem> records;
long success;
bool success;
};