Table of Contents

Class UserReducedResponseDto

Namespace
GastroSky.Models.DTO.User
Assembly
GastroSky.Models.dll

Response body of a reduced GastroSky.Models.DTO.User context.

public sealed class UserReducedResponseDto
Inheritance
UserReducedResponseDto
Inherited Members

Properties

Email

GastroSky.Models.DTO.User's email address (this is also the username with which they login).

public string? Email { get; set; }

Property Value

string

Language

User.Language Language

public Language Language { get; set; }

Property Value

Language

Name

User.Name

public string? Name { get; set; }

Property Value

string

Slug

User.Slug

public string Slug { get; set; }

Property Value

string