Attributes
public struct Attributes : Codable
A root object that stores information about a single language, such as the language’s name, and code.
-
The name of the language.
Declaration
Swift
public let name: String
-
The code of the language.
Declaration
Swift
public let code: String