ContentPackageBase Data Type

Base model for content package

Abstract Type
Subtypes
StagedContentPackage
Properties
name data type description
name string Name of the content package
description string Content package description
timestamp number Timestamp of the last modification

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "name" : "...",
  "description" : "...",
  "timestamp" : 12345
}