Table of Contents

Class CreateProjectInvitationRequest

Namespace
Builvero.Api.Controllers
Assembly
Builvero.Api.dll

Request model for creating a project invitation.

public class CreateProjectInvitationRequest
Inheritance
CreateProjectInvitationRequest
Inherited Members

Properties

Message

Gets or sets an optional message to include with the invitation.

public string? Message { get; set; }

Property Value

string
Request model for creating a project invitation.

ToUserId

Gets or sets the unique identifier of the user to invite to the project.

public Guid ToUserId { get; set; }

Property Value

Guid
Request model for creating a project invitation.