LocalizationInfoItem Data Type

REST Model for the localization information of a specific type.

Properties
name data type constraints description
inherited number required int the inherited
localized number required int the localized
local number required int the local

Example

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