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

ProjectsLocationsConnectionsSearchOptions

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

Additional options for dlp#projectsLocationsConnectionsSearch.

interface ProjectsLocationsConnectionsSearchOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. * Supported fields/values - state - MISSING|AVAILABLE|ERROR

§
pageSize?: number
[src]

Optional. Number of results per page, max 1000.

§
pageToken?: string
[src]

Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.