/var/www/greso.tech/server/nsm/responseModels/document
Edit: /var/www/greso.tech/server/nsm/responseModels/document/document.model.js (407B)
module.exports = class ProviderModel {
constructor({ id, companyId, providerId, emailTemplateId, rootDocumentId, name, key, objects }) {
this.id = id || ''
this.companyId = companyId || ''
this.providerId = providerId || ''
this.emailTemplateId = emailTemplateId || ''
this.rootDocumentId = rootDocumentId || ''
this.name = name || ''
this.key = key || ''
this.objects = objects || ''
}
}