Search Results for

    Show / Hide Table of Contents

    Class CampaignProbeRunComparisonDto

    CampaignProbeRunComparisonDto

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

    Constructors

    View Source

    CampaignProbeRunComparisonDto()

    Initializes a new instance of the CampaignProbeRunComparisonDto class.

    Declaration
    [JsonConstructor]
    protected CampaignProbeRunComparisonDto()
    View Source

    CampaignProbeRunComparisonDto(CampaignProbeRunDto, CampaignProbeRunDto, int, bool, int, int, int, int, int, int, int, int, List<string>, List<string>)

    Initializes a new instance of the CampaignProbeRunComparisonDto class.

    Declaration
    public CampaignProbeRunComparisonDto(CampaignProbeRunDto baseline = null, CampaignProbeRunDto current = null, int healthScoreDelta = 0, bool statusChanged = false, int linkIssueDelta = 0, int imageIssueDelta = 0, int compatibilityWarningDelta = 0, int compatibilityNotSupportedDelta = 0, int htmlErrorDelta = 0, int htmlWarningDelta = 0, int reputationFailureDelta = 0, int attachmentMentionIssueDelta = 0, List<string> addedInsights = null, List<string> removedInsights = null)
    Parameters
    Type Name Description
    CampaignProbeRunDto baseline

    baseline (required).

    CampaignProbeRunDto current

    current (required).

    int healthScoreDelta

    healthScoreDelta (required).

    bool statusChanged

    statusChanged (required).

    int linkIssueDelta

    linkIssueDelta (required).

    int imageIssueDelta

    imageIssueDelta (required).

    int compatibilityWarningDelta

    compatibilityWarningDelta (required).

    int compatibilityNotSupportedDelta

    compatibilityNotSupportedDelta (required).

    int htmlErrorDelta

    htmlErrorDelta (required).

    int htmlWarningDelta

    htmlWarningDelta (required).

    int reputationFailureDelta

    reputationFailureDelta (required).

    int attachmentMentionIssueDelta

    attachmentMentionIssueDelta (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

    AttachmentMentionIssueDelta

    Gets or Sets AttachmentMentionIssueDelta

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

    Baseline

    Gets or Sets Baseline

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

    CompatibilityNotSupportedDelta

    Gets or Sets CompatibilityNotSupportedDelta

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

    CompatibilityWarningDelta

    Gets or Sets CompatibilityWarningDelta

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

    Current

    Gets or Sets Current

    Declaration
    [DataMember(Name = "current", IsRequired = true, EmitDefaultValue = true)]
    public CampaignProbeRunDto Current { get; set; }
    Property Value
    Type Description
    CampaignProbeRunDto
    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

    HtmlErrorDelta

    Gets or Sets HtmlErrorDelta

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

    HtmlWarningDelta

    Gets or Sets HtmlWarningDelta

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

    ImageIssueDelta

    Gets or Sets ImageIssueDelta

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

    LinkIssueDelta

    Gets or Sets LinkIssueDelta

    Declaration
    [DataMember(Name = "linkIssueDelta", IsRequired = true, EmitDefaultValue = true)]
    public int LinkIssueDelta { 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

    ReputationFailureDelta

    Gets or Sets ReputationFailureDelta

    Declaration
    [DataMember(Name = "reputationFailureDelta", IsRequired = true, EmitDefaultValue = true)]
    public int ReputationFailureDelta { get; set; }
    Property Value
    Type Description
    int
    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.