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

ListSessionsResponse

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

The response for ListSessions.

interface ListSessionsResponse {
nextPageToken?: string;
sessions?: Session[];
}

§Properties

§
nextPageToken?: string
[src]

next_page_token can be sent in a subsequent ListSessions call to fetch more of the matching sessions.

§
sessions?: Session[]
[src]

The list of requested sessions.