Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 817 Bytes

ApikeyListElement.md

File metadata and controls

20 lines (15 loc) · 817 Bytes

openapi.model.ApikeyListElement

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiApikeyID int The unique ID of the Apikey
sApikeyDescriptionX String The description of the Apikey in the language of the requester
sUserFirstname String The first name of the user
sUserLastname String The last name of the user
bApikeyIsactive bool Whether the apikey is active or not
bApikeyIssigned bool Whether the apikey is signed or not

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