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

BatchCreatePerfSamplesResponse

import type { BatchCreatePerfSamplesResponse } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";
interface BatchCreatePerfSamplesResponse {
perfSamples?: PerfSample[];
}

§Properties

§
perfSamples?: PerfSample[]
[src]