REST Model class for localization info of a channel
| name | data type | description |
|---|---|---|
| channelId | number | |
| folder | LocalizationInfoItem | |
| page | LocalizationInfoItem | |
| image | LocalizationInfoItem | |
| file | LocalizationInfoItem | |
| template | LocalizationInfoItem | |
| inherited | number | |
| localized | number | |
| local | number |
Example
{
"channelId" : 12345,
"folder" : {
"inherited" : 12345,
"localized" : 12345,
"local" : 12345
},
"page" : {
"inherited" : 12345,
"localized" : 12345,
"local" : 12345
},
"image" : {
"inherited" : 12345,
"localized" : 12345,
"local" : 12345
},
"file" : {
"inherited" : 12345,
"localized" : 12345,
"local" : 12345
},
"template" : {
"inherited" : 12345,
"localized" : 12345,
"local" : 12345
},
"inherited" : 12345,
"localized" : 12345,
"local" : 12345
}