Stay organized with collections
Save and categorize content based on your preferences.
gpg::SnapshotManager::SnapshotSelectUIResponse
#include <snapshot_manager.h>
Data
and ResponseStatus
for the ShowSelectUIOperation
operation.
Summary
Public attributes
|
data
|
|
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
.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-28 UTC."],[],[],null,["# gpg::SnapshotManager::SnapshotSelectUIResponse Struct Reference\n\ngpg::SnapshotManager::SnapshotSelectUIResponse\n==============================================\n\n`#include \u003csnapshot_manager.h\u003e`\n\n`Data` and `ResponseStatus` for the `ShowSelectUIOperation` operation.\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [data](#structgpg_1_1_snapshot_manager_1_1_snapshot_select_u_i_response_1a70760bbceaed1931153abaf87b2fd0a8) | [SnapshotMetadata](/games/services/cpp/api/class/gpg/snapshot-metadata#classgpg_1_1_snapshot_metadata) The [SnapshotMetadata](/games/services/cpp/api/class/gpg/snapshot-metadata#classgpg_1_1_snapshot_metadata) for this response. |\n| [status](#structgpg_1_1_snapshot_manager_1_1_snapshot_select_u_i_response_1a29951828b8b9d50b1d4a1b26ea0e7fc2) | [UIStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1aec950ba66bff28a39c655025ce05344e) The `ResponseStatus` of the operation that generated this `Response`. |\n\nPublic attributes\n-----------------\n\n### data\n\n```c++\nSnapshotMetadata gpg::SnapshotManager::SnapshotSelectUIResponse::data\n``` \nThe [SnapshotMetadata](/games/services/cpp/api/class/gpg/snapshot-metadata#classgpg_1_1_snapshot_metadata) for this response.\n\n`Valid()` only returns true if `IsSuccess(status)` returns true, and an existing snapshot was selected. \n\n### status\n\n```c++\nUIStatus gpg::SnapshotManager::SnapshotSelectUIResponse::status\n``` \nThe `ResponseStatus` of the operation that generated this `Response`."]]