TagData class

Placement Tag Data

Constructors

TagData({String? adId, String? clickTag, String? creativeId, String? format, String? impressionTag})
TagData.fromJson(Map json_)

Properties

adId String?
Ad associated with this placement tag.
getter/setter pair
clickTag String?
Tag string to record a click.
getter/setter pair
creativeId String?
Creative associated with this placement tag.
getter/setter pair
format String?
TagData tag format of this tag. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
impressionTag String?
Tag string for serving an ad.
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