Sha256: 184a31116d038ef9b42fa85bd1b6200cf676ba0919ea17bfb2371c4be5ea9170

Contents?: true

Size: 852 Bytes

Versions: 3

Compression:

Stored size: 852 Bytes

Contents

# Buildium::RentalUnitSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **property_ids** | **Array<Integer>** | Filters results to rental units that belong to the specified set of property ids. | [optional] |
| **last_updated_from** | **Time** | Filters results to any rental units that were updated on or after the specified date. The value must be in UTC and formatted as YYYY-MM-DDTHH:MM:SSZ. | [optional] |
| **last_updated_to** | **Time** | Filters results to any rental units that were updated on or before the specified date. The value must be in UTC and formatted as YYYY-MM-DDTHH:MM:SSZ. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::RentalUnitSearchMessage.new(
  property_ids: null,
  last_updated_from: null,
  last_updated_to: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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