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

CommentsListByBlogOptions

import type { CommentsListByBlogOptions } from "https://googleapis.deno.dev/v1/blogger:v3.ts";

Additional options for Blogger#commentsListByBlog.

interface CommentsListByBlogOptions {
endDate?: string;
fetchBodies?: boolean;
maxResults?: number;
pageToken?: string;
startDate?: string;
status?:
| "LIVE"
| "EMPTIED"
| "PENDING"
| "SPAM";
}

§Properties

§
endDate?: string
[src]
§
fetchBodies?: boolean
[src]
§
maxResults?: number
[src]
§
pageToken?: string
[src]
§
startDate?: string
[src]
§
status?: "LIVE" | "EMPTIED" | "PENDING" | "SPAM"
[src]