Sha256: f0e8a4edefd2659161912924974f81eb2043364a4c6b95ef777158e7cdca55cb
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
# Buildium::RentalUnitsPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **unit_number** | **String** | Unit number. Must be unique within the rental property and cannot exceed 30 characters. | | | **property_id** | **Integer** | Rental property unique identifier that the unit belongs to. | | | **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::RentalUnitsPostMessage.new( unit_number: null, property_id: 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/RentalUnitsPostMessage.md |