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

ValueListFilter

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

A list of values to filter by in ConditionalColumnSetValue

interface ValueListFilter {
ignoreCase?: boolean;
valuePresentList?: "VALUE_PRESENT_IN_LIST_UNSPECIFIED" | "VALUE_PRESENT_IN_LIST_IF_VALUE_LIST" | "VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST";
values?: string[];
}

§Properties

§
ignoreCase?: boolean
[src]

Required. Whether to ignore case when filtering by values. Defaults to false

§
valuePresentList?: "VALUE_PRESENT_IN_LIST_UNSPECIFIED" | "VALUE_PRESENT_IN_LIST_IF_VALUE_LIST" | "VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST"
[src]

Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.

§
values?: string[]
[src]

Required. The list to be used to filter by