RequestValue
import type { RequestValue } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";
Contains request value information.
interface RequestValue {
excludeFromUserAttributeIds?: bigint[];
key?: string;
userAttributeIds?: bigint[];
}import type { RequestValue } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";
Contains request value information.