Class DeliverabilitySimulationJobTopErrorDto
Top simulation error summary item
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "DeliverabilitySimulationJobTopErrorDto")]
public class DeliverabilitySimulationJobTopErrorDto : IValidatableObject
Constructors
View SourceDeliverabilitySimulationJobTopErrorDto()
Initializes a new instance of the DeliverabilitySimulationJobTopErrorDto class.
Declaration
[JsonConstructor]
protected DeliverabilitySimulationJobTopErrorDto()
DeliverabilitySimulationJobTopErrorDto(string, long)
Initializes a new instance of the DeliverabilitySimulationJobTopErrorDto class.
Declaration
public DeliverabilitySimulationJobTopErrorDto(string message = null, long count = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | message (required). |
| long | count | count (required). |
Properties
View SourceCount
Gets or Sets Count
Declaration
[DataMember(Name = "count", IsRequired = true, EmitDefaultValue = true)]
public long Count { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Message
Gets or Sets Message
Declaration
[DataMember(Name = "message", IsRequired = true, EmitDefaultValue = true)]
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |