LanguageResponse
public struct LanguageResponse : Codable
A root object that stores information about a collection of languages.
-
The data included in the response for a language object request.
Declaration
Swift
public let data: [Language]