$TvCampaignTimepoint class

Used by:

  • dfareporting:v4 : TvCampaignTimepoint
  • dfareporting:v5 : TvCampaignTimepoint

Constructors

$TvCampaignTimepoint.new({String? dateWindow, double? spend, String? startDate})
$TvCampaignTimepoint.fromJson(Map json_)

Properties

dateWindow String?
The date window of the timepoint. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spend double?
The spend within the time range of the timepoint.
getter/setter pair
startDate String?
The start date of the timepoint.
getter/setter pair

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