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