Class EmailHeaderReceivedHop
EmailHeaderReceivedHop
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "EmailHeaderReceivedHop")]
public class EmailHeaderReceivedHop : IValidatableObject
Constructors
View SourceEmailHeaderReceivedHop(string, string, string, string, long)
Initializes a new instance of the EmailHeaderReceivedHop class.
Declaration
public EmailHeaderReceivedHop(string from = null, string by = null, string withValue = null, string timestamp = null, long delayMs = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| string | from | from. |
| string | by | by. |
| string | withValue | withValue. |
| string | timestamp | timestamp. |
| long | delayMs | delayMs. |
Properties
View SourceBy
Gets or Sets By
Declaration
[DataMember(Name = "by", EmitDefaultValue = false)]
public string By { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DelayMs
Gets or Sets DelayMs
Declaration
[DataMember(Name = "delayMs", EmitDefaultValue = false)]
public long DelayMs { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
From
Gets or Sets From
Declaration
[DataMember(Name = "from", EmitDefaultValue = false)]
public string From { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Timestamp
Gets or Sets Timestamp
Declaration
[DataMember(Name = "timestamp", EmitDefaultValue = false)]
public string Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WithValue
Gets or Sets WithValue
Declaration
[DataMember(Name = "withValue", EmitDefaultValue = false)]
public string WithValue { 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 |