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

PostsSearchOptions

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

Additional options for Blogger#postsSearch.

interface PostsSearchOptions {
fetchBodies?: boolean;
orderBy?: "ORDER_BY_UNSPECIFIED" | "PUBLISHED" | "UPDATED";
q: string;
}

§Properties

§
fetchBodies?: boolean
[src]
§
orderBy?: "ORDER_BY_UNSPECIFIED" | "PUBLISHED" | "UPDATED"
[src]
§
q: string
[src]