# openapi.model.WeekDayWriteModel ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | [**Object**](Object.md) | | **working** | [**Object**](.md) | `true` for a working day. `false` for a weekend day. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)