Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 845 Bytes

MethodDetailsDTO.md

File metadata and controls

21 lines (16 loc) · 845 Bytes

swagger.model.MethodDetailsDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
uri String [optional] [default to null]
name String [optional] [default to null]
description String [optional] [default to null]
exactMatch List<String> [optional] [default to []]
closeMatch List<String> [optional] [default to []]
broadMatch List<String> [optional] [default to []]
narrowMatch List<String> [optional] [default to []]

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