Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 954 Bytes

ModuleResponse.md

File metadata and controls

20 lines (15 loc) · 954 Bytes

openapi.model.ModuleResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiModuleID int The unique ID of the Module
fkiModulegroupID int The unique ID of the Modulegroup
eModuleInternalname String The Internal name of the Module. This is theoretically an enum field but there are so many possibles values we decided not to list them all.
sModuleNameX String The Name of the Module in the language of the requester
bModuleRegistered bool Whether the Module is registered or not
bModuleRegisteredapi bool Whether the Module is registered or not for api use

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