Content staging package status for an entity.
| name | data type | constraints | description |
|---|---|---|---|
| packageName | string | Get content staging package name. | |
| included | boolean | required boolean | Is the entity included in the given package? |
Example
{
"packageName" : "...",
"included" : true
}