Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.

interface ProductSuite {
readonly logicalProducts?: string[];
name?: string;
readonly replaced?: boolean;
readonly replacement?: string;
title?: string;
}

§Properties

§
readonly logicalProducts?: string[]
[src]

Output only. LogicalProducts under this suite. Format: logicalProducts/{logical_product}

§
name?: string
[src]

Identifier. The resource name of the ProductSuite. Format: productSuites/{product_suite}

§
readonly replaced?: boolean
[src]

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.

§
readonly replacement?: string
[src]

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.

§
title?: string
[src]

Title of the ProductSuite.