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

ProjectsGetMetricsOptions

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

Additional options for Script#projectsGetMetrics.

interface ProjectsGetMetricsOptions {
[metricsFilter.deploymentId]?: string;
metricsGranularity?: "UNSPECIFIED_GRANULARITY" | "WEEKLY" | "DAILY";
}

§Properties

§
[metricsFilter.deploymentId]?: string
[src]

Optional field indicating a specific deployment to retrieve metrics from.

§
metricsGranularity?: "UNSPECIFIED_GRANULARITY" | "WEEKLY" | "DAILY"
[src]

Required field indicating what granularity of metrics are returned.