TranslationMetadata

fun TranslationMetadata(    @Json(name = "downloadUri") downloadURI: String? = null,     @Json(name = "fullDescription") fullDescription: MultiformatMessageString? = null,     @Json(name = "fullName") fullName: String? = null,     @Json(name = "informationUri") informationURI: String? = null,     @Json(name = "name") name: String,     @Json(name = "properties") properties: PropertyBag? = null,     @Json(name = "shortDescription") shortDescription: MultiformatMessageString? = null)

Sources

Link copied to clipboard