Domain Documentation

Structure Multiple​Comments​Response

public struct MultipleCommentsResponse: Codable  

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

MultipleCommentsResponse MultipleCommentsResponse Codable Codable MultipleCommentsResponse->Codable

Conforms To

Codable

Initializers

init(comments:​)

public init(comments: [Comment])  

Properties

comments

public var comments: [Comment]