Language
public struct Language : Codable, Sendable, Hashable
Language model.
-
Declaration
Swift
public let id: Int
-
Declaration
Swift
public let code: String
-
Declaration
Swift
public let name: String
-
Declaration
Swift
public let englishName: String
-
Declaration
Swift
public let nativeName: String
-
Declaration
Swift
public let localizedName: String
-
Declaration
Swift
public let enabled: Bool
-
Declaration
Swift
public let isSignLanguage: Bool
-
Declaration
Swift
public let isVideoBackstopStaffed: Bool
-
Declaration
Swift
public let vriPolicyOrder: Int?
-
Declaration
Swift
public let opiPolicyOrder: Int?