Languages

public struct Languages : Codable, Equatable

The response type for listing supported languages.

  • An array of supported languages with information about each language.

    Declaration

    Swift

    public var languages: [Language]