Sha256: 5e087d69935c8bb8fe412b2b76fb5f203a2524d3102ed2206144aefb82a26e46
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 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** | [**ListingPropertyMessageAddress**](ListingPropertyMessageAddress.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/ListingPropertyMessage.md |