Edit ListTraceApp api with add tags.

This commit is contained in:
sdk-team
2020-07-24 20:52:26 +08:00
parent 2738249b7d
commit 4d0d947bf1
10 changed files with 24 additions and 7 deletions

View File

@@ -39,13 +39,13 @@ namespace AlibabaCloud
void setAppIds(const std::string& appIds);
std::string getRegionId()const;
void setRegionId(const std::string& regionId);
bool getEnable()const;
void setEnable(bool enable);
std::string getEnable()const;
void setEnable(const std::string& enable);
private:
std::string appIds_;
std::string regionId_;
bool enable_;
std::string enable_;
};
}

View File

@@ -41,6 +41,7 @@ namespace AlibabaCloud
long updateTime;
std::string pid;
bool show;
std::vector<std::string> labels;
std::string regionId;
std::string appName;
};

View File

@@ -41,6 +41,7 @@ namespace AlibabaCloud
long updateTime;
std::string pid;
bool show;
std::vector<std::string> labels;
std::string regionId;
std::string appName;
};

View File

@@ -43,6 +43,7 @@ namespace AlibabaCloud
long updateTime;
std::string pid;
bool show;
std::vector<std::string> labels;
std::string regionId;
std::string appName;
};