GoogleAdsSearchads360V23CommonUserData class
User data holding user identifiers and attributes.
Constructors
-
GoogleAdsSearchads360V23CommonUserData({GoogleAdsSearchads360V23CommonConsent? consent, GoogleAdsSearchads360V23CommonTransactionAttribute? transactionAttribute, GoogleAdsSearchads360V23CommonUserAttribute? userAttribute, List<
GoogleAdsSearchads360V23CommonUserIdentifier> ? userIdentifiers}) - GoogleAdsSearchads360V23CommonUserData.fromJson(Map json_)
Properties
- consent ↔ GoogleAdsSearchads360V23CommonConsent?
-
The consent setting for the user.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionAttribute ↔ GoogleAdsSearchads360V23CommonTransactionAttribute?
-
Additional transactions/attributes associated with the user.
getter/setter pair
- userAttribute ↔ GoogleAdsSearchads360V23CommonUserAttribute?
-
Additional attributes associated with the user.
getter/setter pair
-
userIdentifiers
↔ List<
GoogleAdsSearchads360V23CommonUserIdentifier> ? -
User identification info.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited