Table of Contents

Class PostPremiumCheckResponseDto

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

Request DTO for finding out if a given GastroSky.Models.DTO.Post is premium-allocated or not.

public sealed class PostPremiumCheckResponseDto
Inheritance
PostPremiumCheckResponseDto
Inherited Members

Properties

IsPremium

true if the specified GastroSky.Models.DTO.Post is premium.

public bool IsPremium { get; set; }

Property Value

bool

Slug

Post.Slug

public string Slug { get; set; }

Property Value

string