View Source GoogleApi.DisplayVideo.V1.Model.ContactInfoList (google_api_display_video v0.38.1)
Wrapper message for a list of contact information defining Customer Match audience members.
Attributes
-
consent
(type:GoogleApi.DisplayVideo.V1.Model.Consent.t
, default:nil
) - 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 toCONSENT_STATUS_DENIED
, the request will return an error. -
contactInfos
(type:list(GoogleApi.DisplayVideo.V1.Model.ContactInfo.t)
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V1.Model.ContactInfoList{ consent: GoogleApi.DisplayVideo.V1.Model.Consent.t() | nil, contactInfos: [GoogleApi.DisplayVideo.V1.Model.ContactInfo.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.