Table of Contents

Class RespondToInvitationRequest

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

Request model for responding to a project invitation.

public class RespondToInvitationRequest
Inheritance
RespondToInvitationRequest
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.

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.