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

ProjectsLocationsJobsGetMetricsOptions

import type { ProjectsLocationsJobsGetMetricsOptions } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Additional options for Dataflow#projectsLocationsJobsGetMetrics.

interface ProjectsLocationsJobsGetMetricsOptions {
startTime?: Date;
}

§Properties

§
startTime?: Date
[src]

Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.