contactInfos property

List<ContactInfo>? contactInfos
getter/setter pair

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.

Implementation

core.List<ContactInfo>? contactInfos;