Payload for creating a new configuration bundle
| Property | Type | Description |
|---|---|---|
| INHERITED FROM Backend_Bundle | ||
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| name | String | Unique name of the object |
| version | String | Version of this bundle |
| icon | String | Icon to represent this bundle |
| summary | String | Short summary which explains the use case for this bundle |
| description | String | Long description how to use this bundle may also contains markdown syntax |
| cost | Integer | Optional a cost for this bundle |
| config | Backend_BundleConfig | The bundle configuration |