StagingStatus Data Type

Content staging package status for an entity.

Properties
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
}