OBJECT

VmwareRecoverableRangeListResponse

Description

Supported in v5.1+

link GraphQL Schema definition

  • type VmwareRecoverableRangeListResponse {
  • # Supported in v5.1+
  • # List of matching objects.
  • data: [VmwareRecoverableRange!]!
  • # Supported in v5.1+
  • # If there is more.
  • hasMore: Boolean
  • # Supported in v5.1+
  • # Total list responses.
  • total: Long
  • # Supported in Rubrik CDM version 9.0 and later. v9.0: Cursor to retrieve the next
  • # set of results. v9.1+: Cursor to retrieve the next set of results.
  • nextCursor: String
  • }

link Require by