gpg:: SnapshotManager:: SnapshotSelectUIResponse
#include <snapshot_manager.h>
Data
and ResponseStatus
for the ShowSelectUIOperation
operation.
Summary
Public attributes |
|
---|---|
data
|
The
SnapshotMetadata for this response. |
status
|
The
ResponseStatus of the operation that generated this Response . |
Public attributes
data
SnapshotMetadata gpg::SnapshotManager::SnapshotSelectUIResponse::data
The SnapshotMetadata
for this response.
Valid()
only returns true if IsSuccess(status)
returns true, and an existing snapshot was selected.
status
UIStatus gpg::SnapshotManager::SnapshotSelectUIResponse::status
The ResponseStatus
of the operation that generated this Response
.