AddArticleUseCaseIn

data class AddArticleUseCaseIn(val writerEmail: String, val articleImageUrl: URL, val title: String, val category: String, val contentType: String, val contentSource: String, val problems: List<ProblemDetail>)

Constructors

Link copied to clipboard
constructor(writerEmail: String, articleImageUrl: URL, title: String, category: String, contentType: String, contentSource: String, problems: List<ProblemDetail>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Article IFO

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Article MST