Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 936 Bytes

CommonAuditdetail.md

File metadata and controls

21 lines (16 loc) · 936 Bytes

openapi.model.CommonAuditdetail

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
fkiUserID int The unique ID of the User
fkiApikeyID int The unique ID of the Apikey [optional]
sUserLoginname String The login name of the User.
sUserLastname String The last name of the user
sUserFirstname String The first name of the user
sApikeyDescriptionX String The description of the Apikey in the language of the requester [optional]
dtAuditdetailDate String Represent a Date Time. The timezone is the one configured in the User's profile.

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