Sha256: 4b6ae47dd326c2fb7d82ddbed05ea3d7448cc454a059e03e2fa440b9fe2398a5
Contents?: true
Size: 1.23 KB
Versions: 3
Compression:
Stored size: 1.23 KB
Contents
# Buildium::ListingPropertyMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Rental property unique identifier. | [optional] | | **name** | **String** | Name of the rental property. | [optional] | | **address** | [**AddressMessage**](AddressMessage.md) | | [optional] | | **number_units** | **Integer** | Number of units in the rental property. | [optional] | | **structure_description** | **String** | Description of the rental property structure. | [optional] | | **year_built** | **Integer** | Year the rental property was built. | [optional] | | **features** | **Array<String>** | List of features for the property. | [optional] | | **included_in_rent** | **Array<String>** | The list of amenities included in rent the property has. | [optional] | | **files** | [**Array<ListingFileMessage>**](ListingFileMessage.md) | List of media files associated with the property. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ListingPropertyMessage.new( id: null, name: null, address: null, number_units: null, structure_description: null, year_built: null, features: null, included_in_rent: null, files: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/ListingPropertyMessage.md |
buildium-ruby-2.1.0 | docs/ListingPropertyMessage.md |
buildium-ruby-2.0.1 | docs/ListingPropertyMessage.md |