Enumeration
Comment.CodingKeys
public enum CodingKeys: String, CodingKey
Relationships
Member Of
Comment
see https://github.com/gothinkster/realworld/blob/master/api/swagger.json
Conforms To
CodingKey
String
Enumeration Cases
_id
case _id = "id"
createdAt
case createdAt
updatedAt
case updatedAt
body
case body
author
case author