FloodlightActivityPublisherDynamicTag class Null safety
Publisher Dynamic Tag
Constructors
- FloodlightActivityPublisherDynamicTag({bool? clickThrough, String? directorySiteId, FloodlightActivityDynamicTag? dynamicTag, String? siteId, DimensionValue? siteIdDimensionValue, bool? viewThrough})
- FloodlightActivityPublisherDynamicTag.fromJson(Map json_)
Properties
- clickThrough ↔ bool?
-
Whether this tag is applicable only for click-throughs.
read / write
- directorySiteId ↔ String?
-
Directory site ID of this dynamic tag.
read / write
- dynamicTag ↔ FloodlightActivityDynamicTag?
-
Dynamic floodlight tag.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- siteId ↔ String?
-
Site ID of this dynamic tag.
read / write
- siteIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the site.
read / write
- viewThrough ↔ bool?
-
Whether this tag is applicable only for view-throughs.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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