Domain Documentation

Structure New​Comment

public struct NewComment: Codable  

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

NewComment NewComment Codable Codable NewComment->Codable

Conforms To

Codable

Initializers

init(body:​)

public init(body: String)  

Properties

body

public var body: String