AffiliateAnalytics class abstract
AffiliateAnalytics
Properties:
- from - The first day of the period, inclusive
- to - The last day of the period, inclusive
- totals - The totals across every affiliate in the period, not just this page
- affiliates - The page of affiliates, oldest joiner first. Affiliates with no activity in the period are omitted.
- pagination - Where this page sits within the affiliates that matched
- Annotations
-
- @BuiltValue.new()
Constructors
- AffiliateAnalytics([void updates(AffiliateAnalyticsBuilder b)])
-
factory
Properties
-
affiliates
→ BuiltList<
AffiliateAnalyticsEntry> -
The page of affiliates, oldest joiner first. Affiliates with no activity in the period are omitted.
no setter
- from → String
-
The first day of the period, inclusive
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- pagination → Pagination
-
Where this page sits within the affiliates that matched
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- to → String
-
The last day of the period, inclusive
no setter
- totals → AffiliateAnalyticsMetrics
-
The totals across every affiliate in the period, not just this page
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AffiliateAnalyticsBuilder)) → AffiliateAnalytics -
Rebuilds the instance.
inherited
-
toBuilder(
) → AffiliateAnalyticsBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
AffiliateAnalytics> -
no setter