ReputationOptions class
Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.
Constructors
- ReputationOptions({DateTime? lastFreshStart, bool? reputationMetricsEnabled})
-
ReputationOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastFreshStart → DateTime?
-
The date and time (in Unix time) when the reputation metrics were last given
a fresh start. When your account is given a fresh start, your reputation
metrics are calculated starting from the date of the fresh start.
final
- reputationMetricsEnabled → bool?
-
If
true
, tracking of reputation metrics is enabled for the configuration set. Iffalse
, tracking of reputation metrics is disabled for the configuration set.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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited