gpg::
  #include <snapshot_manager.h>
  Reads response status and snapshot data returned from a snapshot read operation.
Summary
| Public attributes | |
|---|---|
| data | std::vector< uint8_t >A vector containing the data in the snapshot.  | 
| status | Can be one of the values enumerated in ResponseStatus.  | 
Public attributes
data
std::vector< uint8_t > gpg::SnapshotManager::ReadResponse::data
A vector containing the data in the snapshot.
status
ResponseStatus gpg::SnapshotManager::ReadResponse::status
Can be one of the values enumerated in ResponseStatus.
If the response is unsuccessful, ReadResponse's data vector is empty. 
