Sha256: 95a23bf392ed79976d6ce8821a49a1e44b4b18889d885adb2ffb6a140fda4e4a
Contents?: true
Size: 815 Bytes
Versions: 2
Compression:
Stored size: 815 Bytes
Contents
# Buildium::LeaseRenewalSearchMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **property_ids** | **Array<Integer>** | Filters results to only include leases whose unit belongs to the specified set of property ids. | [optional] | | **rental_owner_ids** | **Array<Integer>** | Filters results to any lease whose unit belongs to a property with rental owner in the specified set of rental owner ids. | [optional] | | **e_signature_statuses** | **Array<String>** | Filters result to any lease renewal with an esignature status that matches the given statuses. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::LeaseRenewalSearchMessage.new( property_ids: null, rental_owner_ids: null, e_signature_statuses: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/LeaseRenewalSearchMessage.md |
buildium-ruby-2.1.0 | docs/LeaseRenewalSearchMessage.md |