Add support for secret.

This commit is contained in:
sdk-team
2022-12-05 08:05:59 +00:00
parent c885bb9c23
commit fa4f475079
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ namespace AlibabaCloud
public:
struct Data
{
std::string secretId;
long secretId;
};