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

ContactInfoList

import type { ContactInfoList } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Wrapper message for a list of contact information defining Customer Match audience members.

interface ContactInfoList {
consent?: Consent;
contactInfos?: ContactInfo[];
}

§Properties

§
contactInfos?: ContactInfo[]
[src]

A list of ContactInfo objects defining Customer Match audience members. The size of members after splitting the contact_infos mustn't be greater than 500,000.