Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 625 Bytes

VariablesGroupCreationDTO.md

File metadata and controls

18 lines (13 loc) · 625 Bytes

swagger.model.VariablesGroupCreationDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
uri String [optional] [default to null]
name String [default to null]
description String [optional] [default to null]
variables List<String> [optional] [default to []]

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