Class UpdatePermissionsResponse
- Namespace
- Mailtrap.AccountAccesses.Responses
- Assembly
- Mailtrap.Abstractions.dll
Represents details of updated account access permissions.
public sealed record UpdatePermissionsResponse : IEquatable<UpdatePermissionsResponse>
- Inheritance
-
UpdatePermissionsResponse
- Implements
Properties
Message
Gets the message about successful update of permissions.
[JsonPropertyName("message")]
[JsonPropertyOrder(1)]
public string? Message { get; set; }
Property Value
- string
Message about successful update of permissions.