# openapi.model.WeekDayModel ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | [**Object**](Object.md) | | **day** | [**Object**](.md) | The week day from 1 to 7. 1 is Monday. 7 is Sunday. | [readonly] **name** | [**Object**](.md) | The week day name. | **working** | [**Object**](.md) | `true` for a working week day, `false` otherwise. | **links** | [**WeekDaySelfLinkModel**](WeekDaySelfLinkModel.md) | | [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)