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.
1482 1483 1484 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1482 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mobile_ids ⇒ Array<String>
Required. The list of mobile device IDs (advertising ID/IDFA). At most 10
mobileIds can be provided in a single AudienceMember.
Corresponds to the JSON property mobileIds
1480 1481 1482 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1480 def mobile_ids @mobile_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1487 1488 1489 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 1487 def update!(**args) @mobile_ids = args[:mobile_ids] if args.key?(:mobile_ids) end |