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