Class EmailThreadItemsDto
EmailThreadItemsDto
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "EmailThreadItemsDto")]
public class EmailThreadItemsDto : IValidatableObject
Constructors
View SourceEmailThreadItemsDto()
Initializes a new instance of the EmailThreadItemsDto class.
Declaration
[JsonConstructor]
protected EmailThreadItemsDto()
EmailThreadItemsDto(List<EmailThreadItem>)
Initializes a new instance of the EmailThreadItemsDto class.
Declaration
public EmailThreadItemsDto(List<EmailThreadItem> items = null)
Parameters
| Type | Name | Description |
|---|---|---|
| List<EmailThreadItem> | items | items (required). |
Properties
View SourceItems
Gets or Sets Items
Declaration
[DataMember(Name = "items", IsRequired = true, EmitDefaultValue = true)]
public List<EmailThreadItem> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<EmailThreadItem> |
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 |