Structure
SingleCommentResponse
public struct SingleCommentResponse: Codable
see https://github.com/gothinkster/realworld/blob/master/api/swagger.json
Relationships
Conforms To
Codable
Initializers
init(comment:)
public init(comment: Comment)