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

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[];
}

§Properties

§
excludeFromUserAttributeIds?: bigint[]
[src]

Optional. User attribute IDs in the request that should be excluded. Used only when the field type is REMARKETING_VALUE or USER_ATTRIBUTE_ID.

§
key?: string
[src]

Optional. Custom key in the request. Used only when the field type is CUSTOM_VALUE.

§
userAttributeIds?: bigint[]
[src]

Optional. User attribute IDs in the request. Used only when the field type is REMARKETING_VALUE or USER_ATTRIBUTE_ID.