WebApiModulesSettingsSpaceSpace constructor

const 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. dynamic urlIdentifier,
  23. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  24. List<FwStandardDataFwCustomValue>? custom,
  25. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  26. FwStandardBusinessLogicFwBusinessLogic? original,
  27. List<FwStandardDataFwTranslatedValue>? translation,
  28. bool? hasImport,
  29. String? createdByUserId,
  30. String? createdByUserName,
  31. String? createdDateTime,
  32. String? modifiedByUserId,
  33. String? modifiedByUserName,
  34. String? modifiedDateTime,
})

Implementation

const 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.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});