WebApiModulesInventoryAssetCertificationAssetCertification constructor
WebApiModulesInventoryAssetCertificationAssetCertification({
- int? assetCertificationId,
- String? inventoryCertificationId,
- String? inventoryCertification,
- String? rentalItemId,
- String? certificationDate,
- String? expirationDate,
- String? usersId,
- String? userName,
- String? json,
- String? html,
- String? barCode,
- String? serialNumber,
- String? rfId,
- String? inventoryId,
- String? iCode,
- String? description,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - 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,
});