Search Results for

    Show / Hide Table of Contents

    Class DeliverabilityAnalyticsSummaryDto

    Aggregated deliverability metrics for a given set of runs

    Inheritance
    object
    DeliverabilityAnalyticsSummaryDto
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "DeliverabilityAnalyticsSummaryDto")]
    public class DeliverabilityAnalyticsSummaryDto : IValidatableObject

    Constructors

    View Source

    DeliverabilityAnalyticsSummaryDto()

    Initializes a new instance of the DeliverabilityAnalyticsSummaryDto class.

    Declaration
    [JsonConstructor]
    protected DeliverabilityAnalyticsSummaryDto()
    View Source

    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 Source

    AverageCompletionPercentage

    Gets or Sets AverageCompletionPercentage

    Declaration
    [DataMember(Name = "averageCompletionPercentage", IsRequired = true, EmitDefaultValue = true)]
    public double AverageCompletionPercentage { get; set; }
    Property Value
    Type Description
    double
    View Source

    AverageMatchedEntities

    Gets or Sets AverageMatchedEntities

    Declaration
    [DataMember(Name = "averageMatchedEntities", IsRequired = true, EmitDefaultValue = true)]
    public double AverageMatchedEntities { get; set; }
    Property Value
    Type Description
    double
    View Source

    AverageUnmatchedEntities

    Gets or Sets AverageUnmatchedEntities

    Declaration
    [DataMember(Name = "averageUnmatchedEntities", IsRequired = true, EmitDefaultValue = true)]
    public double AverageUnmatchedEntities { get; set; }
    Property Value
    Type Description
    double
    View Source

    CompleteRuns

    Gets or Sets CompleteRuns

    Declaration
    [DataMember(Name = "completeRuns", IsRequired = true, EmitDefaultValue = true)]
    public long CompleteRuns { get; set; }
    Property Value
    Type Description
    long
    View Source

    CreatedRuns

    Gets or Sets CreatedRuns

    Declaration
    [DataMember(Name = "createdRuns", IsRequired = true, EmitDefaultValue = true)]
    public long CreatedRuns { get; set; }
    Property Value
    Type Description
    long
    View Source

    FailedRuns

    Gets or Sets FailedRuns

    Declaration
    [DataMember(Name = "failedRuns", IsRequired = true, EmitDefaultValue = true)]
    public long FailedRuns { get; set; }
    Property Value
    Type Description
    long
    View Source

    PausedRuns

    Gets or Sets PausedRuns

    Declaration
    [DataMember(Name = "pausedRuns", IsRequired = true, EmitDefaultValue = true)]
    public long PausedRuns { get; set; }
    Property Value
    Type Description
    long
    View Source

    RunningRuns

    Gets or Sets RunningRuns

    Declaration
    [DataMember(Name = "runningRuns", IsRequired = true, EmitDefaultValue = true)]
    public long RunningRuns { get; set; }
    Property Value
    Type Description
    long
    View Source

    ScheduledRuns

    Gets or Sets ScheduledRuns

    Declaration
    [DataMember(Name = "scheduledRuns", IsRequired = true, EmitDefaultValue = true)]
    public long ScheduledRuns { get; set; }
    Property Value
    Type Description
    long
    View Source

    StoppedRuns

    Gets or Sets StoppedRuns

    Declaration
    [DataMember(Name = "stoppedRuns", IsRequired = true, EmitDefaultValue = true)]
    public long StoppedRuns { get; set; }
    Property Value
    Type Description
    long
    View Source

    ThresholdConfiguredRuns

    Gets or Sets ThresholdConfiguredRuns

    Declaration
    [DataMember(Name = "thresholdConfiguredRuns", IsRequired = true, EmitDefaultValue = true)]
    public long ThresholdConfiguredRuns { get; set; }
    Property Value
    Type Description
    long
    View Source

    ThresholdMetRuns

    Gets or Sets ThresholdMetRuns

    Declaration
    [DataMember(Name = "thresholdMetRuns", IsRequired = true, EmitDefaultValue = true)]
    public long ThresholdMetRuns { get; set; }
    Property Value
    Type Description
    long
    View Source

    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 Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.