Class: Google::Apis::DatamanagerV1::MobileData
- Inherits:
-
Object
- Object
- Google::Apis::DatamanagerV1::MobileData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datamanager_v1/classes.rb,
lib/google/apis/datamanager_v1/representations.rb,
lib/google/apis/datamanager_v1/representations.rb
Overview
Mobile IDs for the audience. At least one mobile ID is required.
Instance Attribute Summary collapse
-
#mobile_ids ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MobileData
constructor
A new instance of MobileData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MobileData
Returns a new instance of MobileData.
2376 2377 2378 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2376 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mobile_ids ⇒ Array<String>
Required. The list of mobile device IDs (Android advertising ID, iOS IDFA for
Customer Match user lists and Android advertising ID, iOS IDFA, Xbox or
Microsoft ID, Amazon Fire TV ID, Roku ID, Generic Device ID for basic user
lists). At most 10 mobileIds can be provided in a single AudienceMember.
Corresponds to the JSON property mobileIds
2374 2375 2376 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2374 def mobile_ids @mobile_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2381 2382 2383 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2381 def update!(**args) @mobile_ids = args[:mobile_ids] if args.key?(:mobile_ids) end |