Class DeliverabilityAnalyticsSummaryDto
Aggregated deliverability metrics for a given set of runs
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "DeliverabilityAnalyticsSummaryDto")]
public class DeliverabilityAnalyticsSummaryDto : IValidatableObject
Constructors
View SourceDeliverabilityAnalyticsSummaryDto()
Initializes a new instance of the DeliverabilityAnalyticsSummaryDto class.
Declaration
[JsonConstructor]
protected DeliverabilityAnalyticsSummaryDto()
DeliverabilityAnalyticsSummaryDto(long, long, long, long, long, long, long, long, long, long, double, double, double)
Initializes a new instance of the DeliverabilityAnalyticsSummaryDto class.
Declaration
public DeliverabilityAnalyticsSummaryDto(long totalRuns = 0, long completeRuns = 0, long failedRuns = 0, long stoppedRuns = 0, long runningRuns = 0, long scheduledRuns = 0, long pausedRuns = 0, long createdRuns = 0, long thresholdConfiguredRuns = 0, long thresholdMetRuns = 0, double averageCompletionPercentage = 0, double averageMatchedEntities = 0, double averageUnmatchedEntities = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| long | totalRuns | totalRuns (required). |
| long | completeRuns | completeRuns (required). |
| long | failedRuns | failedRuns (required). |
| long | stoppedRuns | stoppedRuns (required). |
| long | runningRuns | runningRuns (required). |
| long | scheduledRuns | scheduledRuns (required). |
| long | pausedRuns | pausedRuns (required). |
| long | createdRuns | createdRuns (required). |
| long | thresholdConfiguredRuns | thresholdConfiguredRuns (required). |
| long | thresholdMetRuns | thresholdMetRuns (required). |
| double | averageCompletionPercentage | averageCompletionPercentage (required). |
| double | averageMatchedEntities | averageMatchedEntities (required). |
| double | averageUnmatchedEntities | averageUnmatchedEntities (required). |
Properties
View SourceAverageCompletionPercentage
Gets or Sets AverageCompletionPercentage
Declaration
[DataMember(Name = "averageCompletionPercentage", IsRequired = true, EmitDefaultValue = true)]
public double AverageCompletionPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
AverageMatchedEntities
Gets or Sets AverageMatchedEntities
Declaration
[DataMember(Name = "averageMatchedEntities", IsRequired = true, EmitDefaultValue = true)]
public double AverageMatchedEntities { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
AverageUnmatchedEntities
Gets or Sets AverageUnmatchedEntities
Declaration
[DataMember(Name = "averageUnmatchedEntities", IsRequired = true, EmitDefaultValue = true)]
public double AverageUnmatchedEntities { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
CompleteRuns
Gets or Sets CompleteRuns
Declaration
[DataMember(Name = "completeRuns", IsRequired = true, EmitDefaultValue = true)]
public long CompleteRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
CreatedRuns
Gets or Sets CreatedRuns
Declaration
[DataMember(Name = "createdRuns", IsRequired = true, EmitDefaultValue = true)]
public long CreatedRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
FailedRuns
Gets or Sets FailedRuns
Declaration
[DataMember(Name = "failedRuns", IsRequired = true, EmitDefaultValue = true)]
public long FailedRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
PausedRuns
Gets or Sets PausedRuns
Declaration
[DataMember(Name = "pausedRuns", IsRequired = true, EmitDefaultValue = true)]
public long PausedRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
RunningRuns
Gets or Sets RunningRuns
Declaration
[DataMember(Name = "runningRuns", IsRequired = true, EmitDefaultValue = true)]
public long RunningRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
ScheduledRuns
Gets or Sets ScheduledRuns
Declaration
[DataMember(Name = "scheduledRuns", IsRequired = true, EmitDefaultValue = true)]
public long ScheduledRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
StoppedRuns
Gets or Sets StoppedRuns
Declaration
[DataMember(Name = "stoppedRuns", IsRequired = true, EmitDefaultValue = true)]
public long StoppedRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
ThresholdConfiguredRuns
Gets or Sets ThresholdConfiguredRuns
Declaration
[DataMember(Name = "thresholdConfiguredRuns", IsRequired = true, EmitDefaultValue = true)]
public long ThresholdConfiguredRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
ThresholdMetRuns
Gets or Sets ThresholdMetRuns
Declaration
[DataMember(Name = "thresholdMetRuns", IsRequired = true, EmitDefaultValue = true)]
public long ThresholdMetRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
TotalRuns
Gets or Sets TotalRuns
Declaration
[DataMember(Name = "totalRuns", IsRequired = true, EmitDefaultValue = true)]
public long TotalRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
| Type | Description |
|---|---|
| string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |