Domain Documentation

Structure New​Comment​Request

public struct NewCommentRequest: Codable  

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

NewCommentRequest NewCommentRequest Codable Codable NewCommentRequest->Codable

Conforms To

Codable

Initializers

init(comment:​)

public init(comment: NewComment)  

Properties

comment

public var comment: NewComment