AttributionPublisher class

Representation of a publisher

Constructors

AttributionPublisher({String? id, String? name, String? subId, String? subSubId, String? site, String? placement, String? creative, String? app, String? appId, String? unique1, String? unique2, String? unique3, String? groupId})
Class constructor
AttributionPublisher.fromJson(Map<String, dynamic> json)
Creates an AttributionPublisher object from a JSON map.
factory

Properties

app String?
getter/setter pair
appId String?
getter/setter pair
creative String?
getter/setter pair
groupId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
name String?
getter/setter pair
placement String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
site String?
getter/setter pair
subId String?
getter/setter pair
subSubId String?
getter/setter pair
unique1 String?
getter/setter pair
unique2 String?
getter/setter pair
unique3 String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts an AttributionPublisher object to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited