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

BillingDestination

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

Configuration of a specific billing destination (Currently only support bill against consumer project).

interface BillingDestination {
metrics?: string[];
monitoredResource?: string;
}

§Properties

§
metrics?: string[]
[src]

Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

§
monitoredResource?: string
[src]

The monitored resource type. The type must be defined in Service.monitored_resources section.