Sha256: 948aad6d350c5e5593b707eea1d050fbedfdc87e25e592e43821f5450eec5231
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 KB
Contents
# Buildium::ClientLeadSearchMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **lead_statuses** | **Array<String>** | Filters results to any client leads that are in one of the given statuses. | [optional] | | **property_types** | **Array<String>** | Filters results to any client leads that have a property in one of the given property types. | [optional] | | **date_received_from** | **Time** | Filters results to any client leads that were received on or after the specified date. The value must be formatted as YYYY-MM-DD. | [optional] | | **date_received_to** | **Time** | Filters results to any client leads that were received on or before the specified date. The value must be formatted as YYYY-MM-DD. | [optional] | | **include_credited_leads** | **Boolean** | This will also return client leads that were credited. By default credited leads will not be returned. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ClientLeadSearchMessage.new( lead_statuses: null, property_types: null, date_received_from: null, date_received_to: null, include_credited_leads: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/ClientLeadSearchMessage.md |
buildium-ruby-2.1.0 | docs/ClientLeadSearchMessage.md |
buildium-ruby-2.0.1 | docs/ClientLeadSearchMessage.md |