Class: Google::Apis::DisplayvideoV3::MobileDeviceIdList

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



9603
9604
9605
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9603

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

Instance Attribute Details

User consent status. Corresponds to the JSON property consent



9595
9596
9597
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9595

def consent
  @consent
end

#mobile_device_idsArray<String>

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>)


9601
9602
9603
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9601

def mobile_device_ids
  @mobile_device_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9608
9609
9610
9611
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9608

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