Class CreateJoinRequestRequest
- Namespace
- Builvero.Api.Controllers
- Assembly
- Builvero.Api.dll
Request model for creating a project join request.
public class CreateJoinRequestRequest
- Inheritance
-
CreateJoinRequestRequest
- Inherited Members
Properties
Message
Gets or sets an optional message explaining why the user wants to join the project.
public string? Message { get; set; }
Property Value
- string
- Request model for creating a project join request.