Class PostPublicationRequestDto
Request DTO for the publication of a GastroSky.Models.DTO.Post.
public sealed class PostPublicationRequestDto
- Inheritance
-
PostPublicationRequestDto
- Inherited Members
Properties
Publish
Should the GastroSky.Models.DTO.Post be published or unpublished?
public bool Publish { get; set; }
Property Value
PublishWithCompanySubscriptionId
public long? PublishWithCompanySubscriptionId { get; set; }
Property Value
- long?
PublishWithUserSubscriptionId
public long? PublishWithUserSubscriptionId { get; set; }
Property Value
- long?
Slug
Post.Slug
[Required]
public string Slug { get; set; }