Sha256: a9057b29f8b2a162c353c9403b3c01b5b104b65873daf3793b0a87e87cdcf3e7
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# Buildium::RentalPropertyUnitPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **unit_number** | **String** | Unit number. Must be unique within the rental property and cannot exceed 30 characters. | | | **unit_size** | **Integer** | Size 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. | [optional] | | **address** | [**RentalPropertyUnitPostMessageAddress**](RentalPropertyUnitPostMessageAddress.md) | | | | **unit_bedrooms** | **String** | Number of bedrooms in the unit. | [optional] | | **unit_bathrooms** | **String** | Number of bathrooms in the unit. | [optional] | | **description** | **String** | Description of the unit. The description cannot exceed 65,535 characters. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentalPropertyUnitPostMessage.new( unit_number: null, unit_size: null, market_rent: null, address: null, unit_bedrooms: null, unit_bathrooms: null, description: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/RentalPropertyUnitPostMessage.md |