Class DomainMonitorRunComparisonDto
DomainMonitorRunComparisonDto
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "DomainMonitorRunComparisonDto")]
public class DomainMonitorRunComparisonDto : IValidatableObject
Constructors
View SourceDomainMonitorRunComparisonDto()
Initializes a new instance of the DomainMonitorRunComparisonDto class.
Declaration
[JsonConstructor]
protected DomainMonitorRunComparisonDto()
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 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> |
Baseline
Gets or Sets Baseline
Declaration
[DataMember(Name = "baseline", IsRequired = true, EmitDefaultValue = true)]
public DomainMonitorRunDto Baseline { get; set; }
Property Value
| Type | Description |
|---|---|
| DomainMonitorRunDto |
Current
Gets or Sets Current
Declaration
[DataMember(Name = "current", IsRequired = true, EmitDefaultValue = true)]
public DomainMonitorRunDto Current { get; set; }
Property Value
| Type | Description |
|---|---|
| DomainMonitorRunDto |
DmarcChanged
Gets or Sets DmarcChanged
Declaration
[DataMember(Name = "dmarcChanged", IsRequired = true, EmitDefaultValue = true)]
public bool DmarcChanged { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
DmarcEnforcedChanged
Gets or Sets DmarcEnforcedChanged
Declaration
[DataMember(Name = "dmarcEnforcedChanged", IsRequired = true, EmitDefaultValue = true)]
public bool DmarcEnforcedChanged { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
FailingChecksDelta
Gets or Sets FailingChecksDelta
Declaration
[DataMember(Name = "failingChecksDelta", IsRequired = true, EmitDefaultValue = true)]
public int FailingChecksDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
HealthScoreDelta
Gets or Sets HealthScoreDelta
Declaration
[DataMember(Name = "healthScoreDelta", IsRequired = true, EmitDefaultValue = true)]
public int HealthScoreDelta { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
MxChanged
Gets or Sets MxChanged
Declaration
[DataMember(Name = "mxChanged", IsRequired = true, EmitDefaultValue = true)]
public bool MxChanged { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PassingChecksDelta
Gets or Sets PassingChecksDelta
Declaration
[DataMember(Name = "passingChecksDelta", IsRequired = true, EmitDefaultValue = true)]
public int PassingChecksDelta { 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> |
SpfChanged
Gets or Sets SpfChanged
Declaration
[DataMember(Name = "spfChanged", IsRequired = true, EmitDefaultValue = true)]
public bool SpfChanged { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
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 |