Table of Contents

Class PostDeletionResponseDto

Namespace
GastroSky.Models.DTO.Post
Assembly
GastroSky.Models.dll

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; }

Property Value

string