Sha256: 3723e572e3f8030c4c8e14becb60d9d6390ee19f630dd4590d7950be945eb50c
Contents?: true
Size: 1.35 KB
Versions: 2
Compression:
Stored size: 1.35 KB
Contents
# Buildium::AssociationSearchMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **ids** | **Array<Integer>** | Filters results to the specified set of ids. | [optional] | | **location** | **String** | Filters results to any association whose city or state *contains* the specified value. | [optional] | | **status** | **String** | Filters results by the status of the association. If no status is specified both `active` and `inactive` associations will be returned. | [optional] | | **last_updated_from** | **Time** | Filters results to any associations 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 associations that were updated on or before the specified date. The value must be in UTC and formatted as YYYY-MM-DDTHH:MM:SSZ. | [optional] | | **operating_bank_account_ids** | **Array<Integer>** | Filters results to any associations associated to any of the specified set of operating bank account ids. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::AssociationSearchMessage.new( ids: null, location: null, status: null, last_updated_from: null, last_updated_to: null, operating_bank_account_ids: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/AssociationSearchMessage.md |
buildium-ruby-2.1.0 | docs/AssociationSearchMessage.md |