OBJECT
GetPossibleSnapshotLocationsForObjectsResp
Description
GetPossibleSnapshotLocationsForObjectsResp is the response for GetPossibleSnapshotLocationsForObjects query.
link GraphQL Schema definition
- type GetPossibleSnapshotLocationsForObjectsResp {
- # Indicates if there are more locations available beyond the current page.
- # Default value is false if not explicitly set by the server.
- : Boolean!
- # List of locations on which snapshots of the requested objects are present.
- : [SnapshotLocation!]!
- }