Class SendingStatGroup
Represents a group of sending statistics with a name/value identifier.
public sealed record SendingStatGroup : IEquatable<SendingStatGroup>
- Inheritance
-
SendingStatGroup
- Implements
Properties
Name
Gets the name of the grouping key (e.g., "sending_domain_id", "category", "email_service_provider", "date").
public string Name { get; set; }
Property Value
Stats
Gets the sending statistics for this group.
public SendingStats Stats { get; set; }
Property Value
Value
Gets the value of the grouping key.
public object Value { get; set; }