Sha256: 67922ccc82f34554d6974986d3d371b1bed82493d4b1495652599def0e48a1d9
Contents?: true
Size: 566 Bytes
Versions: 2
Compression:
Stored size: 566 Bytes
Contents
# Buildium::MeterReadingDetailsPutSearchMessage ## 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. | [optional] | | **meter_type** | **String** | Filters results to the specified meter type. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::MeterReadingDetailsPutSearchMessage.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/MeterReadingDetailsPutSearchMessage.md |
buildium-ruby-2.1.0 | docs/MeterReadingDetailsPutSearchMessage.md |