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

990 B

openapi.model.DocumentModelLinksProject

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]

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