Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 997 Bytes

FileLinkReadModelLinksOriginOpen.md

File metadata and controls

20 lines (15 loc) · 997 Bytes

openapi.model.FileLinkReadModelLinksOriginOpen

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]