mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
991 B
991 B
openapi.model.NotificationModelLinksSelf
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| href | String | URL to the referenced resource (might be relative) | |
| title | String | Representative label for the resource | [optional] |
| templated | bool | If true the href contains parts that need to be replaced by the client | [optional] [default to false] |
| method | String | The HTTP verb to use when requesting the resource | [optional] [default to 'GET'] |
| payload | Object | The payload to send in the request to achieve the desired result | [optional] |
| identifier | String | An optional unique identifier to the link object | [optional] |