Class RespondToInvitationByTokenRequest
- Namespace
- Builvero.Api.Controllers
- Assembly
- Builvero.Api.dll
Request model for responding to a project invitation using a secure token.
public class RespondToInvitationByTokenRequest
- Inheritance
-
RespondToInvitationByTokenRequest
- Inherited Members
Properties
Accept
Gets or sets a value indicating whether the invitation is accepted (true) or declined (false).
public bool Accept { get; set; }
Property Value
- bool
- Request model for responding to a project invitation using a secure token.
Reason
Gets or sets an optional reason for accepting or declining the invitation.
public string? Reason { get; set; }
Property Value
- string
- Request model for responding to a project invitation using a secure token.
Token
Gets or sets the secure token from the invitation email.
public string Token { get; set; }
Property Value
- string
- Request model for responding to a project invitation using a secure token.