Class TestingMessageHtmlReport
- Namespace
- Mailtrap.TestingMessages.Models
- Assembly
- Mailtrap.Abstractions.dll
Represents HTML analysis report details for the message.
public sealed record TestingMessageHtmlReport : IEquatable<TestingMessageHtmlReport>
- Inheritance
-
TestingMessageHtmlReport
- Implements
Properties
Report
Gets HTML analysis report.
[JsonPropertyName("report")]
[JsonPropertyOrder(1)]
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
public HtmlAnalysisReport Report { get; }
Property Value
- HtmlAnalysisReport
HTML analysis report.