# ScreenScheme
## Properties
**id** | Option<**i64**> | The ID of the screen scheme. | [optional]
**name** | Option<**String**> | The name of the screen scheme. | [optional]
**description** | Option<**String**> | The description of the screen scheme. | [optional]
**screens** | Option<[**crate::models::ScreenTypes**](ScreenTypes.md)> | The IDs of the screens for the screen types of the screen scheme. | [optional]
**issue_type_screen_schemes** | Option<[**crate::models::PageBeanIssueTypeScreenScheme**](PageBeanIssueTypeScreenScheme.md)> | Details of the issue type screen schemes associated with the screen scheme. | [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)