Fix ResourceId type from Long to String on QueryCostUnitResource.

This commit is contained in:
sdk-team
2019-11-13 16:38:49 +08:00
parent 022c13a360
commit a9de1411e4
5 changed files with 9 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ namespace AlibabaCloud
std::string resourceTag;
std::string relatedResources;
std::string apportionName;
long resourceId;
std::string resourceId;
std::string commodityCode;
std::string resourceStatus;
std::string resourceUserName;