WebApiModulesSettingsSpaceSpace constructor

WebApiModulesSettingsSpaceSpace({
  1. String? spaceId,
  2. String? buildingId,
  3. String? building,
  4. String? floorId,
  5. String? floor,
  6. String? space,
  7. int? orderBy,
  8. String? buildingSpace,
  9. String? buildingFloorSpace,
  10. double? squareFeet,
  11. String? spaceFromDate,
  12. String? spaceToDate,
  13. bool? commonSquareFeet,
  14. String? primaryDimensionId,
  15. int? widthFt,
  16. int? heightFt,
  17. int? lengthFt,
  18. int? occupancy,
  19. bool? inactive,
  20. String? auditNote,
  21. String? recordTitle,
  22. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  23. List<FwStandardDataFwCustomValue>? custom,
  24. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  25. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsSpaceSpace({
  this.spaceId,
  this.buildingId,
  this.building,
  this.floorId,
  this.floor,
  this.space,
  this.orderBy,
  this.buildingSpace,
  this.buildingFloorSpace,
  this.squareFeet,
  this.spaceFromDate,
  this.spaceToDate,
  this.commonSquareFeet,
  this.primaryDimensionId,
  this.widthFt,
  this.heightFt,
  this.lengthFt,
  this.occupancy,
  this.inactive,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});