gpg::SnapshotManager::FetchAllResponse

#include <snapshot_manager.h>

包含所有快照的所有数据以及响应状态。

摘要

公共属性

data
std::vector< SnapshotMetadata >
包含与应用关联的所有快照的元数据的向量。
status
可以是 ResponseStatus 中枚举的值之一。

公共属性

data

std::vector< SnapshotMetadata > gpg::SnapshotManager::FetchAllResponse::data

包含与应用关联的所有快照的元数据的向量。

status

ResponseStatus gpg::SnapshotManager::FetchAllResponse::status

可以是 ResponseStatus 中枚举的值之一。

如果响应不成功,则 FetchAllResponse 的 data 向量为空。