Enumeration
NewArticle.CodingKeys
public enum CodingKeys: String, CodingKey
Relationships
Member Of
NewArticlesee https://github.com/gothinkster/realworld/blob/master/api/swagger.json
Conforms To
CodingKeyString
Enumeration Cases
title
case title
_description
case _description = "description"
body
case body
tagList
case tagList