LocalizationInfoItem Data Type

REST Model for the localization information of a specific type.

Properties
name data type description
inherited number
localized number
local number

Example

{
  "inherited" : 12345,
  "localized" : 12345,
  "local" : 12345
}