OBJECT

GetLicensedProductsInfoReply

Description

Information about the licensed products the customer has.

link GraphQL Schema definition

  • type GetLicensedProductsInfoReply {
  • # Represents a list of licensed cluster products.
  • clusterProducts: [LicensedClusterProduct!]!
  • }

link Require by