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

641 B

openapi.model.NonWorkingDayModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
type String
date DateTime Date of the non-working day.
name String Descriptive name for the non-working day.
links NonWorkingDayModelLinks [optional]

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