Class: Google::Apis::DisplayvideoV3::MobileDeviceIdList
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::MobileDeviceIdList
- 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
-
#consent ⇒ Google::Apis::DisplayvideoV3::Consent
User consent status.
-
#mobile_device_ids ⇒ Array<String>
A list of mobile device IDs defining Customer Match audience members.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MobileDeviceIdList
constructor
A new instance of MobileDeviceIdList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MobileDeviceIdList
Returns a new instance of MobileDeviceIdList.
9728 9729 9730 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9728 def initialize(**args) update!(**args) end |
Instance Attribute Details
#consent ⇒ Google::Apis::DisplayvideoV3::Consent
User consent status.
Corresponds to the JSON property consent
9720 9721 9722 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9720 def @consent end |
#mobile_device_ids ⇒ Array<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
9726 9727 9728 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9726 def mobile_device_ids @mobile_device_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9733 9734 9735 9736 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9733 def update!(**args) @consent = args[:consent] if args.key?(:consent) @mobile_device_ids = args[:mobile_device_ids] if args.key?(:mobile_device_ids) end |