Table of Contents

Class ContactResponse

Namespace
Mailtrap.Contacts.Responses
Assembly
Mailtrap.Abstractions.dll

Generic response object for contact operations.

public record ContactResponse : IEquatable<ContactResponse>
Inheritance
ContactResponse
Implements
Derived

Properties

Contact

Gets created contact data.

[JsonPropertyName("data")]
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
public Contact Contact { get; set; }

Property Value

Contact

Contact data.