Class PostDeletionResponseDto
Request DTO for the deletion of a GastroSky.Models.DTO.Post.
public sealed class PostDeletionResponseDto
- Inheritance
-
PostDeletionResponseDto
- Inherited Members
Properties
DeletionTimestampUTC
Unix-timestamp of the GastroSky.Models.DTO.Post's deletion.
public long? DeletionTimestampUTC { get; set; }
Property Value
- long?
Slug
Post.Slug
public string Slug { get; set; }