Domain Documentation

Structure Single​Comment​Response

public struct SingleCommentResponse: Codable  

see https://github.com/gothinkster/realworld/blob/master/api/swagger.json

SingleCommentResponse SingleCommentResponse Codable Codable SingleCommentResponse->Codable

Conforms To

Codable

Initializers

init(comment:​)

public init(comment: Comment)  

Properties

comment

public var comment: Comment