UsedByItemDTO¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
id |
string | No | ||
name |
string | No | ||
appData |
model: AppDataDTO | No | ||
channel |
string | No | ||
contentType |
string | No | ||
externalId |
string | No |
Generated example¶
{
"id": "123",
"name": "Example name",
"appData": {
"editorType": "string",
"folderId": "123",
"workspaceId": "123"
},
"channel": "string",
"contentType": "string",
"externalId": "123"
}
Referenced models¶
Source¶
Generated from swagger-asset.json.