LanguageResponse

public struct LanguageResponse : Codable

A root object that stores information about a collection of languages.

Properties

  • The data included in the repsonse for a language object request.

    Declaration

    Swift

    public let data: [Language]