Sha256: c1e014dc042430def53b6780ff0e113ce6fafce6e2f7f7f9a879079a59d10fb4

Contents?: true

Size: 671 Bytes

Versions: 1

Compression:

Stored size: 671 Bytes

Contents

# Buildium::UpdateRentalFeaturesRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **features** | **Array<String>** | A list of overall property amenities. Any previously saved values that are not submitted in the update request will be deleted. | [optional] |
| **included_in_rent** | **Array<String>** | A list of amenities that are included in rent. Any previously saved values that are not submitted in the update request will be deleted. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::UpdateRentalFeaturesRequest.new(
  features: null,
  included_in_rent: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/UpdateRentalFeaturesRequest.md