Sha256: ce6de6af61dd4a3a4700f9cd70bd10f2887d33f05301600c8165d9c75592f98a

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 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** | [**SaveAddressMessage**](SaveAddressMessage.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

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/RentalPropertyUnitPostMessage.md
buildium-ruby-2.1.0 docs/RentalPropertyUnitPostMessage.md
buildium-ruby-2.0.1 docs/RentalPropertyUnitPostMessage.md