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

ListScriptProcessesResponse

import type { ListScriptProcessesResponse } from "https://googleapis.deno.dev/v1/script:v1.ts";

Response with the list of Process resources.

interface ListScriptProcessesResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

Token for the next page of results. If empty, there are no more pages remaining.

§

List of processes matching request parameters.