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

CommentList

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

§Properties

§
etag?: string
[src]

Etag of the response.

§
items?: Comment[]
[src]

The List of Comments for a Post.

§
kind?: string
[src]

The kind of this entry. Always blogger#commentList.

§
nextPageToken?: string
[src]

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

§
prevPageToken?: string
[src]

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