gpg::SnapshotManager::FetchAllResponse

#include <snapshot_manager.h>

保存所有快照的所有資料,以及回應狀態。

摘要

公開屬性

data
std::vector< SnapshotMetadata >
一種向量,其中含有應用程式所有相關快照的中繼資料。
status
可以是 ResponseStatus 中列舉的其中一個值。

公開屬性

資料

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

一種向量,其中含有應用程式所有相關快照的中繼資料。

狀態

ResponseStatus gpg::SnapshotManager::FetchAllResponse::status

可以是 ResponseStatus 中列舉的其中一個值。

如果回應失敗,FetchAllResponse 的資料向量為空白。