gpg::SnapshotManager::FetchAllResponse

#include <snapshot_manager.h>

Holds all data for all snapshots, along with a response status.

Summary

Public attributes

data
std::vector< SnapshotMetadata >
A vector containing metadata for all snapshots associated with the application.
status
Can be one of the values enumerated in ResponseStatus.

Public attributes

data

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

A vector containing metadata for all snapshots associated with the application.

status

ResponseStatus gpg::SnapshotManager::FetchAllResponse::status

Can be one of the values enumerated in ResponseStatus.

If the response is unsuccessful, FetchAllResponse's data vector is empty.