StagedNodeIdObjectId Data Type

Node / Object ID pair for the Content Staging package.

Properties
name data type description
nodeId string Get node UUID.
objectId string Get object UUID.

Example

{
  "nodeId" : "...",
  "objectId" : "..."
}