Language Data Type

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

Example

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