DailyVolume class
An object that contains information about the volume of email sent on each day of the analysis period.
Constructors
-
DailyVolume({List<
DomainIspPlacement> ? domainIspPlacements, DateTime? startDate, VolumeStatistics? volumeStatistics}) -
DailyVolume.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
domainIspPlacements
→ List<
DomainIspPlacement> ? -
An object that contains inbox placement metrics for a specified day in the
analysis period, broken out by the recipient's email provider.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate → DateTime?
-
The date that the DailyVolume metrics apply to, in Unix time.
final
- volumeStatistics → VolumeStatistics?
-
An object that contains inbox placement metrics for a specific day in the
analysis period.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited