Class ContactInfoList
Wrapper message for a list of contact information defining Customer Match audience members.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class ContactInfoList : IDirectResponseSchema
Properties
Consent
Input only. The consent setting for the users in contact_infos. Leaving this field unset indicates that
consent is not specified. If ad_user_data or ad_personalization fields are set to CONSENT_STATUS_DENIED
,
the request will return an error.
Declaration
[JsonProperty("consent")]
public virtual Consent Consent { get; set; }
Property Value
Type | Description |
---|---|
Consent |
ContactInfos
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.
Declaration
[JsonProperty("contactInfos")]
public virtual IList<ContactInfo> ContactInfos { get; set; }
Property Value
Type | Description |
---|---|
IList<ContactInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |