Class: Google::Apis::DisplayvideoV4::ContactInfoList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/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.



4929
4930
4931
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 4929

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

Instance Attribute Details

User consent status. Corresponds to the JSON property consent



4920
4921
4922
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 4920

def consent
  @consent
end

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

Optional. 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



4927
4928
4929
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 4927

def contact_infos
  @contact_infos
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4934
4935
4936
4937
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 4934

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