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

PerfSampleSeries

import type { PerfSampleSeries } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Resource representing a collection of performance samples (or data points)

interface PerfSampleSeries {
basicPerfSampleSeries?: BasicPerfSampleSeries;
executionId?: string;
historyId?: string;
projectId?: string;
sampleSeriesId?: string;
stepId?: string;
}

§Properties

§
basicPerfSampleSeries?: BasicPerfSampleSeries
[src]

Basic series represented by a line chart

§
executionId?: string
[src]

A tool results execution ID. @OutputOnly

§
historyId?: string
[src]

A tool results history ID. @OutputOnly

§
projectId?: string
[src]

The cloud project @OutputOnly

§
sampleSeriesId?: string
[src]

A sample series id @OutputOnly

§
stepId?: string
[src]

A tool results step ID. @OutputOnly