Sha256: 7ca25105dec5a7db279384126e360598d80f43783eab88d454a99a8ada2f5ce0

Contents?: true

Size: 587 Bytes

Versions: 3

Compression:

Stored size: 587 Bytes

Contents

# Buildium::ListingSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **entity_type** | **String** | Specifies the type of entity that `EntityId` refers to. | [optional] |
| **entity_id** | **Integer** | Filters results to only listings that are associated with the specified entity id value. The id must be of the type specified in `EntityType` property. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ListingSearchMessage.new(
  entity_type: null,
  entity_id: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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