Sha256: 5640f5145f254077fab38efeb4df9e085610ed5a5800746d1f2178c66bb317f6
Contents?: true
Size: 583 Bytes
Versions: 3
Compression:
Stored size: 583 Bytes
Contents
# Buildium::PropertyGroupSearchMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **property_ids** | **Array<Integer>** | Filters results to property groups that contain any of the specified property ids. | [optional] | | **name_or_description** | **String** | Filters results to any property group whose name or description contains the specified value. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::PropertyGroupSearchMessage.new( property_ids: null, name_or_description: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/PropertyGroupSearchMessage.md |
buildium-ruby-2.1.0 | docs/PropertyGroupSearchMessage.md |
buildium-ruby-2.0.1 | docs/PropertyGroupSearchMessage.md |