Sha256: 46f1e139f94f5d6e8e6c2216950be21fd298bc75214c8ce3992d8ddb20726a72

Contents?: true

Size: 1.47 KB

Versions: 3

Compression:

Stored size: 1.47 KB

Contents

# Buildium::RentalOwnersSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **property_ids** | **Array<Integer>** | Filters results to any lease whose unit belongs to the specified set of property ids. | [optional] |
| **status** | **String** | Filters results by the status of the user. If no status is specified both `active` and `inactive` users will be returned. | [optional] |
| **agreement_days_remaining** | **Integer** | Filters results by the days remaining on their lease agreement. | [optional] |
| **owner_name** | **String** | Filters results to any owner whose name *contains* the specified value. | [optional] |
| **phone** | **String** | Filters results to any owner who has a phone number that *contains* the specified value. | [optional] |
| **last_updated_from** | **Time** | Filters results to any rental owners 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 owners 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::RentalOwnersSearchMessage.new(
  property_ids: null,
  status: null,
  agreement_days_remaining: null,
  owner_name: null,
  phone: 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/RentalOwnersSearchMessage.md
buildium-ruby-2.1.0 docs/RentalOwnersSearchMessage.md
buildium-ruby-2.0.1 docs/RentalOwnersSearchMessage.md