GoogleAdsSearchads360V23CommonEventAttribute class
Advertiser defined events and their attributes.
All the values in the nested fields are required.
Constructors
-
GoogleAdsSearchads360V23CommonEventAttribute({String? event, String? eventDateTime, List<
GoogleAdsSearchads360V23CommonEventItemAttribute> ? itemAttribute}) - GoogleAdsSearchads360V23CommonEventAttribute.fromJson(Map json_)
Properties
- event ↔ String?
-
Advertiser defined event to be used for remarketing.
getter/setter pair
- eventDateTime ↔ String?
-
Timestamp at which the event happened.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
itemAttribute
↔ List<
GoogleAdsSearchads360V23CommonEventItemAttribute> ? -
Item attributes of the event.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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