| Name | Type | Description |
|---|---|---|
| id | String | Dynamic Object's ID |
| name | String | Dynamic Object's name |
| namespace | String | Dynamic Object's namespace |
| properties | Properties | Dynamic Object's custom properties |
| type | String | Dynamic Object's type |
| Name | Returns |
|---|---|
| getOrderedPropertyNames() | String[] |
| getProperty(String property) | Object |
| setProperty(String property, Object value) | void |
| Method | Returns |
|---|---|
| DynamicTypesManager.makeObject(String namespace, String type, String id, String name, String[] props) | DynamicTypesDynamicObject |
| None |
|---|