Structure
TagsResponse
public struct TagsResponse: Codable
see https://github.com/gothinkster/realworld/blob/master/api/swagger.json
Relationships
Conforms To
Codable
Initializers
init(tags:)
public init(tags: [String])
Properties
tags
public var tags: [String]