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

ListPerfSamplesResponse

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

§Properties

§
nextPageToken?: string
[src]

Optional, returned if result size exceeds the page size specified in the request (or the default page size, 500, if unspecified). It indicates the last sample timestamp to be used as page_token in subsequent request

§
perfSamples?: PerfSample[]
[src]