Class UserPostInteractionStatusModificationRequestDto
- Namespace
- GastroSky.Models.DTO.UserPostInteraction
- Assembly
- GastroSky.Models.dll
Request DTO for the modification of only the status field of a GastroSky.Models.DTO.UserPostInteraction.
public sealed class UserPostInteractionStatusModificationRequestDto
- Inheritance
-
UserPostInteractionStatusModificationRequestDto
- Inherited Members
Properties
Slug
UserPostInteraction.Slug
[Required]
public string Slug { get; set; }
Property Value
Status
New status to assign to the GastroSky.Models.DTO.UserPostInteraction.
public UserPostInteractionStatus Status { get; set; }