ContentRepositoryFragmentModel Data Type

Model of a ContentRepository Fragment

Subtypes
ContentRepositoryFragmentInPackage
Properties
name data type description
id number Local ID
name string Fragment name
Properties inherited from AbstractModel
globalId string Global ID

Example

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