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

PageList

import type { PageList } from "https://googleapis.deno.dev/v1/blogger:v3.ts";
interface PageList {
etag?: string;
items?: Page[];
kind?: string;
nextPageToken?: string;
}

§Properties

§
etag?: string
[src]

Etag of the response.

§
items?: Page[]
[src]

The list of Pages for a Blog.

§
kind?: string
[src]

The kind of this entity. Always blogger#pageList.

§
nextPageToken?: string
[src]

Pagination token to fetch the next page, if one exists.