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

SettingsDatasourcesListOptions

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

Additional options for CloudSearch#settingsDatasourcesList.

interface SettingsDatasourcesListOptions {
[debugOptions.enableDebugging]?: boolean;
pageSize?: number;
pageToken?: string;
}

§Properties

§
[debugOptions.enableDebugging]?: boolean
[src]

If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.

§
pageSize?: number
[src]

Maximum number of datasources to fetch in a request. The max value is 1000. The default value is 1000.

§
pageToken?: string
[src]

Starting index of the results.