Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.05 KB

FactorDetailsGetDTO.md

File metadata and controls

24 lines (19 loc) · 1.05 KB

swagger.model.FactorDetailsGetDTO

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]
category String [optional] [default to null]
description String [optional] [default to null]
levels List<FactorLevelGetDTO> [optional] [default to []]
exactMatch List<String> [optional] [default to []]
closeMatch List<String> [optional] [default to []]
broadMatch List<String> [optional] [default to []]
narrowMatch List<String> [optional] [default to []]
experiment String [optional] [default to null]

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