Add name.

This commit is contained in:
sdk-team
2021-06-03 14:11:54 +00:00
parent 79b5e173b0
commit 9e1db6ede8
5 changed files with 13 additions and 4 deletions

View File

@@ -34,6 +34,8 @@ namespace AlibabaCloud
public:
struct Option
{
std::string scopeName;
std::string kind;
std::string value;
std::string name;
};