INPUT_OBJECT
BrowseNutanixSnapshotInput
Description
Input for browsing Nutanix snapshots.
link GraphQL Schema definition
- input BrowseNutanixSnapshotInput {
- # Maximum number of entries in the response.
- Int :
- # Starting position in the list of path entries contained in the query results,
- # sorted by lexicographical order. The response includes the specified numbered
- # entry and all higher numbered entries.
- Int :
- # Required. ID of snapshot.
- String! :
- # Required. The absolute path of the starting point for the directory listing.
- String! :
- }