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

Category

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

Represents the category hierarchy of a SKU.

interface Category {
resourceFamily?: string;
resourceGroup?: string;
serviceDisplayName?: string;
usageType?: string;
}

§Properties

§
resourceFamily?: string
[src]

The type of product the SKU refers to. Example: "Compute", "Storage", "Network", "ApplicationServices" etc.

§
resourceGroup?: string
[src]

A group classification for related SKUs. Example: "RAM", "GPU", "Prediction", "Ops", "GoogleEgress" etc.

§
serviceDisplayName?: string
[src]

The display name of the service this SKU belongs to.

§
usageType?: string
[src]

Represents how the SKU is consumed. Example: "OnDemand", "Preemptible", "Commit1Mo", "Commit1Yr" etc.