Language
public struct Language : IdentityResource, Hashable
A root object that stores information about a language resource.
-
Declaration
Swift
public let id: String
-
Declaration
Swift
public let type: String
-
Declaration
Swift
public let href: String
-
The attributes belonging to the language.
Declaration
Swift
public let attributes: Language.Attributes
-
Declaration
Swift
public static func == (lhs: Language, rhs: Language) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
A root object that stores information about a single language, such as the language’s name, and code.
See moreDeclaration
Swift
public struct Attributes : Codable