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

GoogleMonitoringV3Range

import type { GoogleMonitoringV3Range } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Range of numerical values within min and max.

interface GoogleMonitoringV3Range {
max?: number;
min?: number;
}

§Properties

§
max?: number
[src]

Range maximum.

§
min?: number
[src]

Range minimum.