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

BatchCreatePerfSamplesRequest

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

The request must provide up to a maximum of 5000 samples to be created; a larger sample size will cause an INVALID_ARGUMENT error

interface BatchCreatePerfSamplesRequest {
perfSamples?: PerfSample[];
}

§Properties

§
perfSamples?: PerfSample[]
[src]

The set of PerfSamples to create should not include existing timestamps