OBJECT

LicensesForClusterProductReply

Description

Licenses for a cluster product grouped by product types.

link GraphQL Schema definition

  • type LicensesForClusterProductReply {
  • # Aggregated information about the cluster product.
  • overview: LicensedClusterProduct
  • # Information about the distinct product types of this product.
  • infos: [ProductTypeInfo!]!
  • }

link Require by