Fix bug for name of TotalSize.

This commit is contained in:
sdk-team
2023-01-05 01:47:45 +00:00
parent 853c51d753
commit e5acce5400
4 changed files with 15 additions and 3 deletions

View File

@@ -34,10 +34,13 @@ public:
void setRegionId(const std::string &regionId);
std::string getFsId() const;
void setFsId(const std::string &fsId);
bool getForce() const;
void setForce(bool force);
private:
std::string regionId_;
std::string fsId_;
bool force_;
};
} // namespace Model
} // namespace DBFS