10class CloudSaveLevelInfo {
14 ::ll::TypedStorage<8, 32, ::std::string> mDriveItemId;
15 ::ll::TypedStorage<8, 32, ::std::string> mCTag;
16 ::ll::TypedStorage<8, 32, ::std::string> mUserId;
17 ::ll::TypedStorage<8, 32, ::std::string> mFileName;
18 ::ll::TypedStorage<1, 1, bool> mNeedsUpload;
19 ::ll::TypedStorage<8, 32, ::std::string> mLastUpdated;
29 MCAPI CloudSaveLevelInfo(::CloudSaveLevelInfo
const&);
34 MCAPI CloudSaveLevelInfo(
35 ::std::string driveItemId,
38 ::std::string filename,
39 ::std::string lastUpdated,
44 MCAPI ::CloudSaveLevelInfo& operator=(::CloudSaveLevelInfo&&);
46 MCAPI ::CloudSaveLevelInfo& operator=(::CloudSaveLevelInfo
const&);
49 MCAPI
bool operator==(::CloudSaveLevelInfo
const& other)
const;
54 MCAPI ~CloudSaveLevelInfo();
60 MCAPI
void* $ctor(::CloudSaveLevelInfo
const&);
66 ::std::string driveItemId,
69 ::std::string filename,
70 ::std::string lastUpdated,