Sha256: e85725a3d7d07c6c10ad3474ac5ee6f43b9d48ed041d8e1248ed003042e15201
Contents?: true
Size: 1.37 KB
Versions: 3
Compression:
Stored size: 1.37 KB
Contents
# Buildium::ListingUnitMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Rental unit unique identifier. | [optional] | | **unit_number** | **String** | Unit number. | [optional] | | **address** | [**AddressMessage**](AddressMessage.md) | | [optional] | | **unit_bedrooms** | **String** | Number of bedrooms in the unit. Null if no value is set. | [optional] | | **unit_bathrooms** | **String** | Number of bathrooms in the unit. Null if no value is set. | [optional] | | **unit_size** | **Integer** | Size of the unit. Null if no value is set. | [optional] | | **description** | **String** | Description of the unit. | [optional] | | **market_rent** | **Float** | Market rent of the unit. This value is separate from the lease rent and is typically used for rental listings. Null if no value is set. | [optional] | | **features** | **Array<String>** | List of features for the unit. | [optional] | | **files** | [**Array<ListingFileMessage>**](ListingFileMessage.md) | List of media files associated with the unit. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ListingUnitMessage.new( id: null, unit_number: null, address: null, unit_bedrooms: null, unit_bathrooms: null, unit_size: null, description: null, market_rent: null, features: null, files: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/ListingUnitMessage.md |
buildium-ruby-2.1.0 | docs/ListingUnitMessage.md |
buildium-ruby-2.0.1 | docs/ListingUnitMessage.md |