WebApiModulesInventoryAssetAssetDocumentPutRequest constructor

WebApiModulesInventoryAssetAssetDocumentPutRequest({
  1. String? itemId,
  2. String? documentId,
  3. String? documentTypeId,
  4. String? description,
  5. bool? attachToEmail,
  6. bool? inactive,
  7. bool? fileIsModified,
  8. String? fileDataUrl,
  9. String? filePath,
})

Implementation

WebApiModulesInventoryAssetAssetDocumentPutRequest({
  this.itemId,
  this.documentId,
  this.documentTypeId,
  this.description,
  this.attachToEmail,
  this.inactive,
  this.fileIsModified,
  this.fileDataUrl,
  this.filePath,
});