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

GoogleCloudChannelV1SkuGroupCondition

import type { GoogleCloudChannelV1SkuGroupCondition } from "https://googleapis.deno.dev/v1/cloudchannel:v1.ts";

A condition that applies the override if a line item SKU is found in the SKU group.

interface GoogleCloudChannelV1SkuGroupCondition {
skuGroup?: string;
}

§Properties

§
skuGroup?: string
[src]

Specifies a SKU group (https://cloud.google.com/skus/sku-groups). Resource name of SKU group. Format: accounts/{account}/skuGroups/{sku_group}. Example: "accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041".