Structure
UpdateArticle
public struct UpdateArticle: Codable
see https://github.com/gothinkster/realworld/blob/master/api/swagger.json
Relationships
Nested Types
UpdateArticle.CodingKeys
Conforms To
Codable
Initializers
init(title:_description:body:tagList:)
public init(title: String?, _description: String?, body: String?, tagList: [String]?)
Properties
title
public var title: String?
_description
public var _description: String?
body
public var body: String?
tagList
public var tagList: [String]?