mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
736 B
736 B
openapi.model.WeekDayModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | Object | ||
| day | Object | The week day from 1 to 7. 1 is Monday. 7 is Sunday. | [readonly] |
| name | Object | The week day name. | |
| working | Object | true for a working week day, false otherwise. |
|
| links | WeekDaySelfLinkModel | [optional] |