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]Field to sort the list by. Accepts the following values: * key.reportId
(default) The default sorting order is ascending. To specify descending
order for a field, add the suffix desc
to the field name. For example,
key.reportId desc
.