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

658 B

openapi.model.CustomActionModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
type String [optional]
name String The name of the custom action [optional]
description String The description for the custom action [optional]
links CustomActionModelLinks [optional]

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