Class: Google::Apis::DisplayvideoV1::MobileDeviceIdList

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



7561
7562
7563
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 7561

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

Instance Attribute Details

#mobile_device_idsArray<String>

A list of mobile device IDs defining Customer Match audience members. Corresponds to the JSON property mobileDeviceIds

Returns:

  • (Array<String>)


7559
7560
7561
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 7559

def mobile_device_ids
  @mobile_device_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7566
7567
7568
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 7566

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