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

GoogleCloudChannelV1PriceByResource

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

Represents price by resource type.

interface GoogleCloudChannelV1PriceByResource {
resourceType?:
| "RESOURCE_TYPE_UNSPECIFIED"
| "SEAT"
| "MAU"
| "GB"
| "LICENSED_USER"
| "MINUTES"
| "IAAS_USAGE"
| "SUBSCRIPTION";
}

§Properties

§

Price of the Offer. Present if there are no price phases.

§

Specifies the price by time range.

§
resourceType?: "RESOURCE_TYPE_UNSPECIFIED" | "SEAT" | "MAU" | "GB" | "LICENSED_USER" | "MINUTES" | "IAAS_USAGE" | "SUBSCRIPTION"
[src]

Resource Type. Example: SEAT