Class: Google::Apis::DisplayvideoV4::MobileDeviceIdList

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 mobile device IDs defining Customer Match audience members.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MobileDeviceIdList

Returns a new instance of MobileDeviceIdList.



11596
11597
11598
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 11596

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

Instance Attribute Details

User consent status. Corresponds to the JSON property consent



11588
11589
11590
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 11588

def consent
  @consent
end

#mobile_device_idsArray<String>

Optional. A list of mobile device IDs defining Customer Match audience members. The size of mobile_device_ids mustn't be greater than 500,000. Corresponds to the JSON property mobileDeviceIds

Returns:

  • (Array<String>)


11594
11595
11596
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 11594

def mobile_device_ids
  @mobile_device_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11601
11602
11603
11604
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 11601

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