Class ContactResponse
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.