//kinta-lib/com.dailymotion.kinta.integration.transifex.internal.model/TxRelationShips
TxRelationShips
[jvm]\ data class TxRelationShips(val language: TxRelationShipsItem? = null, val resource: TxRelationShipsItem? = null)
RelationShips dedicated models
Constructors
| TxRelationShips | [jvm] constructor(language: TxRelationShipsItem? = null, resource: TxRelationShipsItem? = null) |
Properties
| Name | Summary |
|---|---|
| language | [jvm] val language: TxRelationShipsItem? = null |
| resource | [jvm] val resource: TxRelationShipsItem? = null |