WebApiModulesSettingsSpaceSpace constructor
WebApiModulesSettingsSpaceSpace({
- String? spaceId,
- String? buildingId,
- String? building,
- String? floorId,
- String? floor,
- String? space,
- int? orderBy,
- String? buildingSpace,
- String? buildingFloorSpace,
- double? squareFeet,
- String? spaceFromDate,
- String? spaceToDate,
- bool? commonSquareFeet,
- String? primaryDimensionId,
- int? widthFt,
- int? heightFt,
- int? lengthFt,
- int? occupancy,
- bool? inactive,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});