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

ListChangelogsResponse

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

Response message for AgentService.ListChangelogs.

interface ListChangelogsResponse {
changelogs?: Changelog[];
nextPageToken?: string;
}

§Properties

§
changelogs?: Changelog[]
[src]

The list of changelogs.

§
nextPageToken?: string
[src]

A token that can be sent as ListChangelogsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.