Sha256: 27a6e6220bcab99fee538762b3421336f8ef571329192a44bf73f601a1fb1dfd

Contents?: true

Size: 859 Bytes

Versions: 3

Compression:

Stored size: 859 Bytes

Contents

# Buildium::AssociationUnitSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **association_ids** | **Array<Integer>** | Filters results to only include Associations with matching IDs | [optional] |
| **last_updated_from** | **Time** | Filters results to any association 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 association 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::AssociationUnitSearchMessage.new(
  association_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/AssociationUnitSearchMessage.md
buildium-ruby-2.1.0 docs/AssociationUnitSearchMessage.md
buildium-ruby-2.0.1 docs/AssociationUnitSearchMessage.md