Add TagLevel to ListSetTags.

This commit is contained in:
sdk-team
2020-01-08 16:27:59 +08:00
parent a13b3e83ce
commit f52a4ff319
4 changed files with 7 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ namespace AlibabaCloud
{
int tagCount;
std::string tagName;
int tagLevel;
};