Sha256: 05ef236f1db1ee1504e78cd59b10344cdbdd64a5c9abd730e5bc3eda303a06a3

Contents?: true

Size: 1.19 KB

Versions: 3

Compression:

Stored size: 1.19 KB

Contents

# Buildium::AnnouncementSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **announcement_date_from** | **Date** | Filters results to any announcements created on or after the specified date. The value must be formatted as YYYY-MM-DD. | [optional] |
| **announcement_date_to** | **Date** | Filters results to any announcements created on or before the specified date. The value must be formatted as YYYY-MM-DD. | [optional] |
| **entity_id** | **Integer** | Filters results to any announcement associated with the specified entity id value. The value must be of the type specified in the `EntityType` field. | [optional] |
| **entity_type** | **String** | Specifies the type of entity that the `EntityId` field refers to. This field is required if the `EntityId` field is provided. | [optional] |
| **sender_id** | **Integer** | Unique identifier of the user that published the announcement. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::AnnouncementSearchMessage.new(
  announcement_date_from: null,
  announcement_date_to: null,
  entity_id: null,
  entity_type: null,
  sender_id: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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