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

InListFilter

import type { InListFilter } from "https://googleapis.deno.dev/v1/analyticsdata:v1beta.ts";

The result needs to be in a list of string values.

interface InListFilter {
caseSensitive?: boolean;
values?: string[];
}

§Properties

§
caseSensitive?: boolean
[src]

If true, the string value is case sensitive.

§
values?: string[]
[src]

The list of string values. Must be non-empty.