OBJECT

HypervHostSummaryListResponse

Description

Supported in v5.0+

link GraphQL Schema definition

  • type HypervHostSummaryListResponse {
  • # Supported in v5.0+
  • # List of matching objects.
  • data: [HypervHostSummary!]!
  • # Supported in v5.0+
  • # If there is more.
  • hasMore: Boolean
  • # Supported in v5.0+
  • # Total list responses.
  • total: Long
  • nextCursor: String
  • }

link Require by