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

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]

[Back to Model list] [Back to API list] [Back to README]