open-project-flutter-api/doc/WeekDayModel.md
2023-11-05 19:54:17 +01:00

20 lines
736 B
Markdown

# 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)