Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 739 Bytes

AttachmentlogResponse.md

File metadata and controls

19 lines (14 loc) · 739 Bytes

openapi.model.AttachmentlogResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
fkiAttachmentID int The unique ID of the Attachment.
fkiUserID int The unique ID of the User
dtAttachmentlogDatetime String The created date
eAttachmentlogType FieldEAttachmentlogType
sAttachmentlogDetail String The additionnal detail [optional]

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