SchemaApartment constructor

SchemaApartment({
  1. dynamic numberOfRooms,
  2. SchemaQuantitativeValue? occupancy,
  3. String? accommodationCategory,
  4. SchemaFloorPlan? accommodationFloorPlan,
  5. SchemaLocationFeatureSpecification? amenityFeature,
  6. dynamic bed,
  7. String? floorLevel,
  8. SchemaQuantitativeValue? floorSize,
  9. dynamic leaseLength,
  10. int? numberOfBathroomsTotal,
  11. dynamic numberOfBedrooms,
  12. int? numberOfFullBathrooms,
  13. int? numberOfPartialBathrooms,
  14. String? permittedUsage,
  15. dynamic petsAllowed,
  16. String? tourBookingPage,
  17. int? yearBuilt,
  18. SchemaPropertyValue? additionalProperty,
  19. dynamic address,
  20. SchemaAggregateRating? aggregateRating,
  21. String? branchCode,
  22. SchemaPlace? containedIn,
  23. SchemaPlace? containedInPlace,
  24. SchemaPlace? containsPlace,
  25. SchemaEvent? event,
  26. SchemaEvent? events,
  27. String? faxNumber,
  28. dynamic geo,
  29. dynamic geoContains,
  30. dynamic geoCoveredBy,
  31. dynamic geoCovers,
  32. dynamic geoCrosses,
  33. dynamic geoDisjoint,
  34. dynamic geoEquals,
  35. dynamic geoIntersects,
  36. dynamic geoOverlaps,
  37. dynamic geoTouches,
  38. dynamic geoWithin,
  39. String? globalLocationNumber,
  40. SchemaCertification? hasCertification,
  41. bool? hasDriveThroughService,
  42. dynamic hasMap,
  43. bool? isAccessibleForFree,
  44. String? isicV4,
  45. dynamic keywords,
  46. dynamic latitude,
  47. dynamic longitude,
  48. String? map,
  49. String? maps,
  50. int? maximumAttendeeCapacity,
  51. SchemaOpeningHoursSpecification? openingHoursSpecification,
  52. dynamic photo,
  53. dynamic photos,
  54. bool? publicAccess,
  55. SchemaReview? review,
  56. SchemaReview? reviews,
  57. String? slogan,
  58. bool? smokingAllowed,
  59. SchemaOpeningHoursSpecification? specialOpeningHoursSpecification,
  60. String? telephone,
  61. String? additionalType,
  62. String? alternateName,
  63. dynamic description,
  64. String? disambiguatingDescription,
  65. dynamic identifier,
  66. dynamic image,
  67. dynamic mainEntityOfPage,
  68. String? name,
  69. SchemaAction? potentialAction,
  70. String? sameAs,
  71. dynamic subjectOf,
  72. String? url,
})

Create a new instance of SchemaApartment

Implementation

SchemaApartment({
  this.numberOfRooms,
  this.occupancy,
  this.accommodationCategory,
  this.accommodationFloorPlan,
  this.amenityFeature,
  this.bed,
  this.floorLevel,
  this.floorSize,
  this.leaseLength,
  this.numberOfBathroomsTotal,
  this.numberOfBedrooms,
  this.numberOfFullBathrooms,
  this.numberOfPartialBathrooms,
  this.permittedUsage,
  this.petsAllowed,
  this.tourBookingPage,
  this.yearBuilt,
  this.additionalProperty,
  this.address,
  this.aggregateRating,
  this.branchCode,
  this.containedIn,
  this.containedInPlace,
  this.containsPlace,
  this.event,
  this.events,
  this.faxNumber,
  this.geo,
  this.geoContains,
  this.geoCoveredBy,
  this.geoCovers,
  this.geoCrosses,
  this.geoDisjoint,
  this.geoEquals,
  this.geoIntersects,
  this.geoOverlaps,
  this.geoTouches,
  this.geoWithin,
  this.globalLocationNumber,
  this.hasCertification,
  this.hasDriveThroughService,
  this.hasMap,
  this.isAccessibleForFree,
  this.isicV4,
  this.keywords,
  this.latitude,
  this.logo,
  this.longitude,
  this.map,
  this.maps,
  this.maximumAttendeeCapacity,
  this.openingHoursSpecification,
  this.photo,
  this.photos,
  this.publicAccess,
  this.review,
  this.reviews,
  this.slogan,
  this.smokingAllowed,
  this.specialOpeningHoursSpecification,
  this.telephone,
  this.additionalType,
  this.alternateName,
  this.description,
  this.disambiguatingDescription,
  this.identifier,
  this.image,
  this.mainEntityOfPage,
  this.name,
  this.potentialAction,
  this.sameAs,
  this.subjectOf,
  this.url,
});