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

LocationsQuestionsAnswersListOptions

import type { LocationsQuestionsAnswersListOptions } from "https://googleapis.deno.dev/v1/mybusinessqanda:v1.ts";

Additional options for MyBusinessqanda#locationsQuestionsAnswersList.

interface LocationsQuestionsAnswersListOptions {
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
orderBy?: string
[src]

Optional. The order to return the answers. Valid options include 'update_time desc' and 'upvote_count desc', which will return the answers sorted descendingly by the requested field. The default sort order is 'update_time desc'.

§
pageSize?: number
[src]

Optional. How many answers to fetch per page. The default and maximum page_size values are 10.

§
pageToken?: string
[src]

Optional. If specified, the next page of answers is retrieved.