INPUT_OBJECT
GetPossibleSnapshotLocationsForObjectsInput
Description
GetPossibleSnapshotLocationsForObjectsReq is the input for GetPossibleSnapshotLocationsForObjects query.
link GraphQL Schema definition
- input GetPossibleSnapshotLocationsForObjectsInput {
- # IDs of the objects for which possible snapshot locations are to be
- # returned.
- : [String!]!
- # Pagination parameters to control the response size.
- # Optional - if not provided, all results will be returned.
- : Pagination
- }