Generated 2019-09-01 for OceanBasePro.
This commit is contained in:
@@ -166,7 +166,7 @@ namespace AlibabaCloud
|
||||
std::string primaryZone;
|
||||
std::string instanceType;
|
||||
std::string tenantMode;
|
||||
std::string lowerCaseTableNames;
|
||||
int lowerCaseTableNames;
|
||||
std::string status;
|
||||
std::string recycleBinStatus;
|
||||
bool enableClogService;
|
||||
|
||||
@@ -99,7 +99,7 @@ void DescribeTenantResult::parse(const std::string &payload)
|
||||
if(!tenantNode["RecycleBinStatus"].isNull())
|
||||
tenant_.recycleBinStatus = tenantNode["RecycleBinStatus"].asString();
|
||||
if(!tenantNode["LowerCaseTableNames"].isNull())
|
||||
tenant_.lowerCaseTableNames = tenantNode["LowerCaseTableNames"].asString();
|
||||
tenant_.lowerCaseTableNames = std::stoi(tenantNode["LowerCaseTableNames"].asString());
|
||||
if(!tenantNode["Version"].isNull())
|
||||
tenant_.version = tenantNode["Version"].asString();
|
||||
auto allTenantConnectionsNode = tenantNode["TenantConnections"]["TenantConnectionsItem"];
|
||||
|
||||
Reference in New Issue
Block a user