Class NewsCreationRequestDto
Request DTO for the creation of a new GastroSky.Models.DTO.News article.
public sealed class NewsCreationRequestDto
- Inheritance
-
NewsCreationRequestDto
- Inherited Members
Properties
AuthorName
Author name (ideally, this is first name + last name (whitespace-separated).
public string? AuthorName { get; set; }
Property Value
CustomSlug
Custom slug string for the GastroSky.Models.DTO.News.
public string? CustomSlug { get; set; }
Property Value
Subtitle
Translations payload for the news article's subtitle.
public TranslatableFieldDto Subtitle { get; set; }
Property Value
Title
Translations payload for the various title variants.
public TranslatableFieldDto Title { get; set; }