Table of Contents

Class InterestedUserResponseDto

Namespace
GastroSky.Models.DTO.InterestedUser
Assembly
GastroSky.Models.dll
public sealed class InterestedUserResponseDto
Inheritance
InterestedUserResponseDto
Inherited Members

Properties

CreationTimestampUTC

public required long CreationTimestampUTC { get; set; }

Property Value

long

Email

public required string Email { get; set; }

Property Value

string

IsAProfessional

public required bool IsAProfessional { get; set; }

Property Value

bool

LookingForGastroSolution

public required bool LookingForGastroSolution { get; set; }

Property Value

bool

Name

public required string Name { get; set; }

Property Value

string

Phone

public string? Phone { get; set; }

Property Value

string

WantsToPublish

public required bool WantsToPublish { get; set; }

Property Value

bool