Class: Google::Apis::DatamanagerV1::UserData
- Inherits:
-
Object
- Object
- Google::Apis::DatamanagerV1::UserData
- 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
Data that identifies the user. At least one identifier is required.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ UserData
constructor
A new instance of UserData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UserData
Returns a new instance of UserData.
2268 2269 2270 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2268 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_identifiers ⇒ Array<Google::Apis::DatamanagerV1::UserIdentifier>
Required. The identifiers for the user. It's possible to provide multiple
instances of the same type of data (for example, multiple email addresses). To
increase the likelihood of a match, provide as many identifiers as possible.
At most 10 userIdentifiers can be provided in a single AudienceMember or
Event.
Corresponds to the JSON property userIdentifiers
2266 2267 2268 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2266 def user_identifiers @user_identifiers end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2273 2274 2275 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2273 def update!(**args) @user_identifiers = args[:user_identifiers] if args.key?(:user_identifiers) end |