Language Data Type

Implemented Interfaces
Serializable
Properties
name data type description
descriptionEn string
transient boolean
auditableFields array of AuditableFieldHistory
historized boolean
description string
auditable Auditable
version number
notified boolean
descriptionI18n map of string
id number
languageCode string

Example

{
  "descriptionEn" : "...",
  "transient" : true,
  "auditableFields" : [ {
    "notified" : true,
    "historized" : true,
    "notfiable" : true,
    "historable" : true,
    "auditType" : "RENEWAL",
    "fieldName" : "...",
    "currentState" : { },
    "previousState" : { }
  }, {
    "notified" : true,
    "historized" : true,
    "notfiable" : true,
    "historable" : true,
    "auditType" : "OTHER",
    "fieldName" : "...",
    "currentState" : { },
    "previousState" : { }
  } ],
  "historized" : true,
  "description" : "...",
  "auditable" : {
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345,
    "updated" : 12345,
    "lastUser" : "...",
    "creator" : "..."
  },
  "version" : 12345,
  "notified" : true,
  "descriptionI18n" : {
    "property1" : "...",
    "property2" : "..."
  },
  "id" : 12345,
  "languageCode" : "..."
}