Domain Documentation

Structure Tags​Response

public struct TagsResponse: Codable  

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

TagsResponse TagsResponse Codable Codable TagsResponse->Codable

Conforms To

Codable

Initializers

init(tags:​)

public init(tags: [String])  

Properties

tags

public var tags: [String]