Support GroupCoverFace ExternalId for ListFaceGroups.
This commit is contained in:
@@ -45,6 +45,7 @@ namespace AlibabaCloud
|
||||
};
|
||||
std::string faceId;
|
||||
FaceBoundary faceBoundary;
|
||||
std::string externalId;
|
||||
std::string imageUri;
|
||||
};
|
||||
GroupCoverFace groupCoverFace;
|
||||
|
||||
@@ -49,6 +49,8 @@ namespace AlibabaCloud
|
||||
void setRemarksA(const std::string& remarksA);
|
||||
std::string getGroupName()const;
|
||||
void setGroupName(const std::string& groupName);
|
||||
std::string getResetItems()const;
|
||||
void setResetItems(const std::string& resetItems);
|
||||
std::string getRemarksArrayA()const;
|
||||
void setRemarksArrayA(const std::string& remarksArrayA);
|
||||
std::string getRemarksArrayB()const;
|
||||
@@ -70,6 +72,7 @@ namespace AlibabaCloud
|
||||
std::string remarksB_;
|
||||
std::string remarksA_;
|
||||
std::string groupName_;
|
||||
std::string resetItems_;
|
||||
std::string remarksArrayA_;
|
||||
std::string remarksArrayB_;
|
||||
std::string remarksD_;
|
||||
|
||||
Reference in New Issue
Block a user