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

PostsInsertOptions

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

Additional options for Blogger#postsInsert.

interface PostsInsertOptions {
fetchBody?: boolean;
fetchImages?: boolean;
isDraft?: boolean;
}

§Properties

§
fetchBody?: boolean
[src]
§
fetchImages?: boolean
[src]
§
isDraft?: boolean
[src]