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