Class: Google::Apis::DisplayvideoV2::ContactInfoList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ContactInfoList

Returns a new instance of ContactInfoList.



3137
3138
3139
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 3137

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#contact_infosArray<Google::Apis::DisplayvideoV2::ContactInfo>

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. Corresponds to the JSON property contactInfos



3135
3136
3137
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 3135

def contact_infos
  @contact_infos
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3142
3143
3144
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 3142

def update!(**args)
  @contact_infos = args[:contact_infos] if args.key?(:contact_infos)
end