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

ListScansResponse

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

Response method from the ListScans method.

interface ListScansResponse {
nextPageToken?: string;
scans?: Scan[];
}

§Properties

§
nextPageToken?: string
[src]

Token to retrieve the next page of results, or empty if there are no more results in the list.

§
scans?: Scan[]
[src]

Available scans based on the list query parameters.