ProductSuite
import type { ProductSuite } from "https://googleapis.deno.dev/v1/cloudproductregistry:v1.ts";Represents a unified grouping of products sharing a common brand and market positioning.
§Properties
Output only. LogicalProducts under this suite. Format: logicalProducts/{logical_product}
Identifier. The resource name of the ProductSuite. Format: productSuites/{product_suite}
Output only. Indicates whether the product suite has been replaced. If
false, the product suite is active. If true, the product suite has been
replaced by another type, and the replacement field contains the resource
name of that replacement.
Output only. The resource name of the Logical Entity that the product suite is replaced by. This field is only populated when this product suite is replaced by some other type. Eg: logicalProducts/{logical_product}, logicalProducts/{logical_product}/variants/{variant}, etc.