WebApiModulesAgentContactContactDocument constructor
WebApiModulesAgentContactContactDocument({
- String? contactId,
- bool? copying,
- String? documentId,
- String? documentTypeId,
- String? uniqueId1,
- String? uniqueId2,
- int? uniqueId1Int,
- String? description,
- String? inputByUsersId,
- String? attachDate,
- String? attachTime,
- bool? attachToEmail,
- bool? inactive,
- String? dateStamp,
- String? extension,
- String? documentType,
- String? inputBy,
- bool? hasImage,
- bool? hasFile,
- int? appImageCount,
- bool? fileIsModified,
- String? fileDataUrl,
- String? filePath,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesAgentContactContactDocument({
this.contactId,
this.copying,
this.documentId,
this.documentTypeId,
this.uniqueId1,
this.uniqueId2,
this.uniqueId1Int,
this.description,
this.inputByUsersId,
this.attachDate,
this.attachTime,
this.attachToEmail,
this.inactive,
this.dateStamp,
this.extension,
this.documentType,
this.inputBy,
this.hasImage,
this.hasFile,
this.appImageCount,
this.fileIsModified,
this.fileDataUrl,
this.filePath,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});