OBJECT

NutanixVmSnapshotVdiskDetailListResponse

Description

Supported in v9.2+

link GraphQL Schema definition

  • type NutanixVmSnapshotVdiskDetailListResponse {
  • # Supported in v9.2+
  • # List of matching objects.
  • data: [NutanixVmSnapshotVdiskDetail!]!
  • # Supported in v9.2+
  • # Total list responses.
  • total: Int
  • # Supported in v9.2+
  • # Cursor to retrieve the next set of results.
  • nextCursor: String
  • # Supported in v9.2+
  • # If there is more.
  • hasMore: Boolean
  • }

link Require by