TranslationMetadata
@JsonClass(generateAdapter = true)
Content copied to clipboard
Translation metadata, required for a translation, not populated by other component types.
Provides additional metadata related to translation.
Constructors
Link copied to clipboard
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)
Content copied to clipboard