GetDomainStatisticsReportResponse class
An object that includes statistics that are related to the domain that you specified.
Constructors
-
GetDomainStatisticsReportResponse({required List<
DailyVolume> dailyVolumes, required OverallVolume overallVolume}) -
GetDomainStatisticsReportResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
dailyVolumes
→ List<
DailyVolume> -
An object that contains deliverability metrics for the domain that you
specified. This object contains data for each day, starting on the
StartDate
and ending on theEndDate
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- overallVolume → OverallVolume
-
An object that contains deliverability metrics for the domain that you
specified. The data in this object is a summary of all of the data that was
collected from the
StartDate
to theEndDate
.final - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited