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

QueriesReportsListOptions

import type { QueriesReportsListOptions } from "https://googleapis.deno.dev/v1/doubleclickbidmanager:v2.ts";

Additional options for DoubleClickBidManager#queriesReportsList.

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

§Properties

§
orderBy?: string
[src]

Name of a field used to order results. The default sorting order is ascending. To specify descending order for a field, append a " desc" suffix. For example "key.reportId desc". Sorting is only supported for the following fields: * key.reportId

§
pageSize?: number
[src]

Maximum number of results per page. Must be between 1 and 100. Defaults to 100 if unspecified.

§
pageToken?: string
[src]

A page token, received from a previous list call. Provide this to retrieve the subsequent page of reports.