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

ListViewsResponse

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

Response for listing views.

interface ListViewsResponse {
nextPageToken?: string;
views?: View[];
}

§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.

§
views?: View[]
[src]

The list of views.