Sha256: 3a03aaa3bee730b496a07d29d3695f0fe8c6adc5d040df238fc01c77963e8ea0

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

# Buildium::ListingMessageProperty

## 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::ListingMessageProperty.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/ListingMessageProperty.md