Sha256: 1fd3084788f88203ed5ac5cd8011c00a836bc2599fe3579bec230193105ef641
Contents?: true
Size: 540 Bytes
Versions: 2
Compression:
Stored size: 540 Bytes
Contents
# Buildium::MeterReadingDetailsSearchMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **reading_date** | **Date** | Filters results to any meter readings whose entry date is equal to the specified value. The value must be formatted as YYYY-MM-DD. | | | **meter_type** | **String** | Filters results to the specified meter type. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::MeterReadingDetailsSearchMessage.new( reading_date: null, meter_type: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/MeterReadingDetailsSearchMessage.md |
buildium-ruby-2.1.0 | docs/MeterReadingDetailsSearchMessage.md |