Search Results for

    Show / Hide Table of Contents

    Class DomainMonitorRunComparisonDto

    DomainMonitorRunComparisonDto

    Inheritance
    object
    DomainMonitorRunComparisonDto
    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 = "DomainMonitorRunComparisonDto")]
    public class DomainMonitorRunComparisonDto : IValidatableObject

    Constructors

    View Source

    DomainMonitorRunComparisonDto()

    Initializes a new instance of the DomainMonitorRunComparisonDto class.

    Declaration
    [JsonConstructor]
    protected DomainMonitorRunComparisonDto()
    View Source

    DomainMonitorRunComparisonDto(DomainMonitorRunDto, DomainMonitorRunDto, int, bool, int, int, bool, bool, bool, bool, List<string>, List<string>)

    Initializes a new instance of the DomainMonitorRunComparisonDto class.

    Declaration
    public DomainMonitorRunComparisonDto(DomainMonitorRunDto baseline = null, DomainMonitorRunDto current = null, int healthScoreDelta = 0, bool statusChanged = false, int passingChecksDelta = 0, int failingChecksDelta = 0, bool spfChanged = false, bool dmarcChanged = false, bool dmarcEnforcedChanged = false, bool mxChanged = false, List<string> addedInsights = null, List<string> removedInsights = null)
    Parameters
    Type Name Description
    DomainMonitorRunDto baseline

    baseline (required).

    DomainMonitorRunDto current

    current (required).

    int healthScoreDelta

    healthScoreDelta (required).

    bool statusChanged

    statusChanged (required).

    int passingChecksDelta

    passingChecksDelta (required).

    int failingChecksDelta

    failingChecksDelta (required).

    bool spfChanged

    spfChanged (required).

    bool dmarcChanged

    dmarcChanged (required).

    bool dmarcEnforcedChanged

    dmarcEnforcedChanged (required).

    bool mxChanged

    mxChanged (required).

    List<string> addedInsights

    addedInsights (required).

    List<string> removedInsights

    removedInsights (required).

    Properties

    View Source

    AddedInsights

    Gets or Sets AddedInsights

    Declaration
    [DataMember(Name = "addedInsights", IsRequired = true, EmitDefaultValue = true)]
    public List<string> AddedInsights { get; set; }
    Property Value
    Type Description
    List<string>
    View Source

    Baseline

    Gets or Sets Baseline

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

    Current

    Gets or Sets Current

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

    DmarcChanged

    Gets or Sets DmarcChanged

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

    DmarcEnforcedChanged

    Gets or Sets DmarcEnforcedChanged

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

    FailingChecksDelta

    Gets or Sets FailingChecksDelta

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

    HealthScoreDelta

    Gets or Sets HealthScoreDelta

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

    MxChanged

    Gets or Sets MxChanged

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

    PassingChecksDelta

    Gets or Sets PassingChecksDelta

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

    RemovedInsights

    Gets or Sets RemovedInsights

    Declaration
    [DataMember(Name = "removedInsights", IsRequired = true, EmitDefaultValue = true)]
    public List<string> RemovedInsights { get; set; }
    Property Value
    Type Description
    List<string>
    View Source

    SpfChanged

    Gets or Sets SpfChanged

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

    StatusChanged

    Gets or Sets StatusChanged

    Declaration
    [DataMember(Name = "statusChanged", IsRequired = true, EmitDefaultValue = true)]
    public bool StatusChanged { get; set; }
    Property Value
    Type Description
    bool

    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.