REST Model class for localization info of a channel
| name | data type | constraints | description |
|---|---|---|---|
| channelId | number | required int | the channelId |
| folder | LocalizationInfoItem | the folder | |
| page | LocalizationInfoItem | the page | |
| image | LocalizationInfoItem | the image | |
| file | LocalizationInfoItem | the file | |
| template | LocalizationInfoItem | the template | |
| inherited | number | required int | the inherited |
| localized | number | required int | the localized |
| local | number | required int | the local |
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
}