Class InterestedUserResponseDto
- Namespace
- GastroSky.Models.DTO.InterestedUser
- Assembly
- GastroSky.Models.dll
Response body of a GastroSky.Models.DTO.InterestedUser.
public sealed class InterestedUserResponseDto
- Inheritance
-
InterestedUserResponseDto
- Inherited Members
Properties
CreationTimestampUTC
public required long CreationTimestampUTC { get; set; }
Property Value
public required string Email { get; set; }
Property Value
IsAProfessional
public required bool IsAProfessional { get; set; }
Property Value
LookingForGastroSolution
public required bool LookingForGastroSolution { get; set; }
Property Value
Name
public required string Name { get; set; }
Property Value
Phone
public string? Phone { get; set; }
Property Value
WantsToPublish
public required bool WantsToPublish { get; set; }