Enumeration
Article.CodingKeys
public enum CodingKeys: String, CodingKey
Relationships
Member Of
Article
see https://github.com/gothinkster/realworld/blob/master/api/swagger.json
Conforms To
CodingKey
String
Enumeration Cases
slug
case slug
title
case title
_description
case _description = "description"
body
case body
tagList
case tagList
createdAt
case createdAt
updatedAt
case updatedAt
favorited
case favorited
favoritesCount
case favoritesCount
author
case author