OBJECT

K8sSnapshotSummaryListResponse

Description

Supported in v9.0+

link GraphQL Schema definition

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

link Require by