Sha256: 3c975f2733332c024d1bc24174654ef091fb8f5c35acdb1641d3b1619b41ab2e

Contents?: true

Size: 586 Bytes

Versions: 3

Compression:

Stored size: 586 Bytes

Contents

# Buildium::RentalApplianceSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **property_ids** | **Array<Integer>** | Filters results to appliances associated to any of the specified rental property identifiers. | [optional] |
| **unit_ids** | **Array<Integer>** | Filters results to appliances associated to any of the specified rental unit identifiers. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::RentalApplianceSearchMessage.new(
  property_ids: null,
  unit_ids: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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