Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 773 Bytes

ApikeyRequest.md

File metadata and controls

19 lines (14 loc) · 773 Bytes

openapi.model.ApikeyRequest

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiApikeyID int The unique ID of the Apikey [optional]
fkiUserID int The unique ID of the User
objApikeyDescription MultilingualApikeyDescription
bApikeyIsactive bool Whether the apikey is active or not [optional]
bApikeyIssigned bool Whether the apikey is signed or not [optional]

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