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

LocationsInfoTypesListOptions

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

Additional options for dlp#locationsInfoTypesList.

interface LocationsInfoTypesListOptions {
filter?: string;
languageCode?: string;
locationId?: string;
}

§Properties

§
filter?: string
[src]

filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.

§
languageCode?: string
[src]

BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.

§
locationId?: string
[src]

Deprecated. This field has no effect.