Class UserPostInteractionAnonModificationRequestDto
- Namespace
- GastroSky.Models.DTO.UserPostInteraction
- Assembly
- GastroSky.Models.dll
Anonymous modification request DTO for a GastroSky.Models.DTO.UserPostInteraction.
public sealed class UserPostInteractionAnonModificationRequestDto
- Inheritance
-
UserPostInteractionAnonModificationRequestDto
- Inherited Members
Properties
Guid
UserPostInteraction.Guid
public Guid Guid { get; set; }
Property Value
Language
Preferred language setting.
public Language Language { get; set; }
Property Value
NotificationsEnabled
Should the email notifications be enabled for this user.
public bool NotificationsEnabled { get; set; }