AttributionOffer class
Representation of an attribution offer
Constructors
- AttributionOffer.new({String? id, String? name, String? lpId, String? campaignId, String? campaignName, String? adGroupId, String? adGroupName, String? adId, String? adName})
- Class constructor
-
AttributionOffer.fromJson(Map<
String, dynamic> json) -
Factory constructor to create an AttributionOffer object from JSON
factory
Properties
- adGroupId ↔ String?
-
getter/setter pair
- adGroupName ↔ String?
-
getter/setter pair
- adId ↔ String?
-
getter/setter pair
- adName ↔ String?
-
getter/setter pair
- campaignId ↔ String?
-
getter/setter pair
- campaignName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- lpId ↔ String?
-
getter/setter pair
- name ↔ String?
-
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> - Method to convert an AttributionOffer object into JSON
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited