Table of Contents

Class SendingStatGroup

Namespace
Mailtrap.Stats.Models
Assembly
Mailtrap.Abstractions.dll

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

string

Stats

Gets the sending statistics for this group.

public SendingStats Stats { get; set; }

Property Value

SendingStats

Value

Gets the value of the grouping key.

public object Value { get; set; }

Property Value

object