Class PostPremiumCheckResponseDto
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
Slug
Post.Slug
public string Slug { get; set; }