Class CampaignProbeRunComparisonDto
CampaignProbeRunComparisonDto
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "CampaignProbeRunComparisonDto")]
public class CampaignProbeRunComparisonDto : IValidatableObject
Constructors
View SourceCampaignProbeRunComparisonDto()
Initializes a new instance of the CampaignProbeRunComparisonDto class.
Declaration
[JsonConstructor]
protected CampaignProbeRunComparisonDto()
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 SourceAddedInsights
Gets or Sets AddedInsights
Declaration
[DataMember(Name = "addedInsights", IsRequired = true, EmitDefaultValue = true)]
public List<string> AddedInsights { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
AttachmentMentionIssueDelta
Gets or Sets AttachmentMentionIssueDelta
Declaration
[DataMember(Name = "attachmentMentionIssueDelta", IsRequired = true, EmitDefaultValue = true)]
public int AttachmentMentionIssueDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Baseline
Gets or Sets Baseline
Declaration
[DataMember(Name = "baseline", IsRequired = true, EmitDefaultValue = true)]
public CampaignProbeRunDto Baseline { get; set; }
Property Value
| Type | Description |
|---|---|
| CampaignProbeRunDto |
CompatibilityNotSupportedDelta
Gets or Sets CompatibilityNotSupportedDelta
Declaration
[DataMember(Name = "compatibilityNotSupportedDelta", IsRequired = true, EmitDefaultValue = true)]
public int CompatibilityNotSupportedDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CompatibilityWarningDelta
Gets or Sets CompatibilityWarningDelta
Declaration
[DataMember(Name = "compatibilityWarningDelta", IsRequired = true, EmitDefaultValue = true)]
public int CompatibilityWarningDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Current
Gets or Sets Current
Declaration
[DataMember(Name = "current", IsRequired = true, EmitDefaultValue = true)]
public CampaignProbeRunDto Current { get; set; }
Property Value
| Type | Description |
|---|---|
| CampaignProbeRunDto |
HealthScoreDelta
Gets or Sets HealthScoreDelta
Declaration
[DataMember(Name = "healthScoreDelta", IsRequired = true, EmitDefaultValue = true)]
public int HealthScoreDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HtmlErrorDelta
Gets or Sets HtmlErrorDelta
Declaration
[DataMember(Name = "htmlErrorDelta", IsRequired = true, EmitDefaultValue = true)]
public int HtmlErrorDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HtmlWarningDelta
Gets or Sets HtmlWarningDelta
Declaration
[DataMember(Name = "htmlWarningDelta", IsRequired = true, EmitDefaultValue = true)]
public int HtmlWarningDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ImageIssueDelta
Gets or Sets ImageIssueDelta
Declaration
[DataMember(Name = "imageIssueDelta", IsRequired = true, EmitDefaultValue = true)]
public int ImageIssueDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LinkIssueDelta
Gets or Sets LinkIssueDelta
Declaration
[DataMember(Name = "linkIssueDelta", IsRequired = true, EmitDefaultValue = true)]
public int LinkIssueDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
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> |
ReputationFailureDelta
Gets or Sets ReputationFailureDelta
Declaration
[DataMember(Name = "reputationFailureDelta", IsRequired = true, EmitDefaultValue = true)]
public int ReputationFailureDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
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 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 |