Sha256: 692f6f6f2bb4534537ad437007233ee75eca6ee2c5bc7b4e834fac05d582a837

Contents?: true

Size: 886 Bytes

Versions: 3

Compression:

Stored size: 886 Bytes

Contents

# Buildium::NoteSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **updated_date_time_from** | **Time** | Filters results to any note whose updated date and time are greater than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS. | [optional] |
| **updated_date_time_to** | **Time** | Filters results to any note whose updated date and time are less than or equal to the specified value. The value must be formatted as YYYY-MM-DD HH:MM:SS. | [optional] |
| **last_updated_by_user_id** | **Integer** | Filters results to only notes that were last updated by the specified user identifier. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::NoteSearchMessage.new(
  updated_date_time_from: null,
  updated_date_time_to: null,
  last_updated_by_user_id: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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