Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 920 Bytes

PermissionResponseCompound.md

File metadata and controls

21 lines (16 loc) · 920 Bytes

openapi.model.PermissionResponseCompound

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiPermissionID int The unique ID of the Permission
fkiUserID int The unique ID of the User [optional]
fkiApikeyID int The unique ID of the Apikey [optional]
fkiUsergroupID int The unique ID of the Usergroup [optional]
fkiCompanyID int The unique ID of the Company [optional]
fkiModulesectionID int The unique ID of the Modulesection
sCompanyNameX String The Name of the Company in the language of the requester [optional]

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