ListSnapshotsResponse

ListSnapshotsResponse is the result of ListSnapshotsRequest.

JSON representation
{
  "snapshots": [
    {
      object (Snapshot)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
snapshots[]

object (Snapshot)

A list of snapshots in the project for the specified volume.

nextPageToken

string

The token you can use to retrieve the next page of results. Not returned if there are no more results in the list.

unreachable[]

string

Locations that could not be reached.