Model of a ContentRepository Fragment
| 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" : "..."
}