Sha256: 1b50e11e82e97d15199d947daad08ae4d6772f3a16596ce70c567c8405295aab

Contents?: true

Size: 864 Bytes

Versions: 2

Compression:

Stored size: 864 Bytes

Contents

# Buildium::MeterReadingSearchMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **reading_date_from** | **Date** | Filters results to any meter readings whose entry date that is greater than or equal to the specified value. The value must be formatted as YYYY-MM-DD. The maximum date range is 365 days. |  |
| **reading_date_to** | **Date** | Filters results to any meter readings whose entry date is less than or equal to the specified value. The value must be formatted as YYYY-MM-DD. The maximum date range is 365 days. |  |
| **meter_types** | **Array<String>** | Filters results to the specified meter types. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::MeterReadingSearchMessage.new(
  reading_date_from: null,
  reading_date_to: null,
  meter_types: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/MeterReadingSearchMessage.md
buildium-ruby-2.1.0 docs/MeterReadingSearchMessage.md