MDTag
public struct MDTag : Decodable
Structure representing a tag returned by MangaDex
This is passed in the data property of an MDObject
-
The tag’s name
Declaration
Swift
public let name: MDLocalizedString -
The tag’s group
Declaration
Swift
public let group: String? -
The version of this type of object in the MangaDex API
Declaration
Swift
public let version: Int
View on GitHub
MDTag Structure Reference