WebApiModulesSettingsFacilitySettingsBuildingBuilding constructor

const WebApiModulesSettingsFacilitySettingsBuildingBuilding({
  1. String? buildingId,
  2. String? building,
  3. String? buildingCode,
  4. String? officeLocationId,
  5. String? officeLocation,
  6. bool? inactive,
  7. String? auditNote,
  8. String? recordTitle,
  9. dynamic urlIdentifier,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. FwStandardBusinessLogicFwBusinessLogic? original,
  14. List<FwStandardDataFwTranslatedValue>? translation,
  15. bool? hasImport,
  16. bool? hasDocuments,
  17. String? createdByUserId,
  18. String? createdByUserName,
  19. String? createdDateTime,
  20. String? modifiedByUserId,
  21. String? modifiedByUserName,
  22. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsFacilitySettingsBuildingBuilding({
  this.buildingId,
  this.building,
  this.buildingCode,
  this.officeLocationId,
  this.officeLocation,
  this.inactive,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});