mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
20 lines
736 B
Markdown
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)
|
|
|
|
|