# UpdateScreenTypes ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **create** | Option<**String**> | The ID of the create screen. To remove the screen association, pass a null. | [optional] **default** | Option<**String**> | The ID of the default screen. When specified, must include a screen ID as a default screen is required. | [optional] **edit** | Option<**String**> | The ID of the edit screen. To remove the screen association, pass a null. | [optional] **view** | Option<**String**> | The ID of the view screen. To remove the screen association, pass a null. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)