WebApiModulesInventoryAssetCertificationAssetCertification constructor

WebApiModulesInventoryAssetCertificationAssetCertification({
  1. int? assetCertificationId,
  2. String? inventoryCertificationId,
  3. String? inventoryCertification,
  4. String? rentalItemId,
  5. String? certificationDate,
  6. String? expirationDate,
  7. String? usersId,
  8. String? userName,
  9. String? json,
  10. String? html,
  11. String? barCode,
  12. String? serialNumber,
  13. String? rfId,
  14. String? inventoryId,
  15. String? iCode,
  16. String? description,
  17. String? auditNote,
  18. String? recordTitle,
  19. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  20. List<FwStandardDataFwCustomValue>? custom,
  21. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

Implementation

WebApiModulesInventoryAssetCertificationAssetCertification({
  this.assetCertificationId,
  this.inventoryCertificationId,
  this.inventoryCertification,
  this.rentalItemId,
  this.certificationDate,
  this.expirationDate,
  this.usersId,
  this.userName,
  this.json,
  this.html,
  this.barCode,
  this.serialNumber,
  this.rfId,
  this.inventoryId,
  this.iCode,
  this.description,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
});