ContentRepositoryFragmentInPackage Data Type

ContentRepository Fragment in a package

Properties
name data type description
packageName string Name of the package that contains the object
Properties inherited from ContentRepositoryFragmentModel
id number Local ID
name string Fragment name
Properties inherited from AbstractModel
globalId string Global ID

Example

{
  "packageName" : "...",
  "id" : 12345,
  "name" : "...",
  "globalId" : "..."
}