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

ListLinksResponse

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

Response for listing links.

interface ListLinksResponse {
links?: Link[];
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

Optional. A token that can be sent as page_token to retrieve the next page. When this field is omitted, there are no subsequent pages.