Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.75 KB

ColleagueResponseV2.md

File metadata and controls

30 lines (25 loc) · 1.75 KB

openapi.model.ColleagueResponseV2

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiColleagueID int The unique ID of the Colleague
fkiUserID int The unique ID of the User
fkiUserIDColleague int The unique ID of the User
bColleagueEzsignemail bool Whether the email can be used by the cloning user in Ezsign
bColleagueFinancial bool Whether the cloning user has access to the financial
bColleagueUsecloneemail bool Whether the cloning user has access to the cloned user email to send communications
bColleagueAttachment bool Whether the cloning user has access to the attachment
bColleagueCanafe bool Whether the cloning user has access to canafe
bColleaguePermission bool Whether the cloning user copies the permission of the cloned user
bColleagueRealestatecompleted bool Whether if the cloning user has access to the completed folders in real estate
dtColleagueFrom String The from of the Colleague [optional]
dtColleagueTo String The to of the Colleague [optional]
eColleagueEzsign FieldEColleagueEzsign
eColleagueRealestateinprogress FieldEColleagueRealestateinprogess
objUserName CustomUserNameResponse
objAudit CommonAudit

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