Class GetProjectResponse
Response containing project details.
public record GetProjectResponse : IEquatable<GetProjectResponse>
- Inheritance
-
GetProjectResponse
- Implements
- Inherited Members
Constructors
GetProjectResponse(ProjectDetailsDto)
Response containing project details.
public GetProjectResponse(ProjectDetailsDto Project)
Parameters
ProjectProjectDetailsDtoFull project details.
Properties
Project
Full project details.
public ProjectDetailsDto Project { get; init; }