# CreateUiModificationDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **contexts** | Option<[**Vec**](UiModificationContextDetails.md)> | List of contexts of the UI modification. The maximum number of contexts is 1000. | [optional] **data** | Option<**String**> | The data of the UI modification. The maximum size of the data is 50000 characters. | [optional] **description** | Option<**String**> | The description of the UI modification. The maximum length is 255 characters. | [optional] **name** | **String** | The name of the UI modification. The maximum length is 255 characters. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)