Sha256: f838666535d609b044aa186e92361baca758012b8463f8c57388e1dc90dc507f
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 KB
Contents
# Buildium::PropertyManagerMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Property manager unique identifier. | [optional] | | **first_name** | **String** | First name of the property manager. | [optional] | | **last_name** | **String** | Last name of the property manager. | [optional] | | **company_name** | **String** | Company name of the rental owner. Empty if `IsCompany` is `false`. | [optional] | | **is_company** | **Boolean** | Denotes if the property manager is a company. | [optional] | | **profile_photo_url** | **String** | Profile photo URL for the property manager. | [optional] | | **email** | **String** | Email of the property manager. | [optional] | | **phone_numbers** | [**Array<PhoneNumberMessage>**](PhoneNumberMessage.md) | List of phone numbers associated with the property manager. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::PropertyManagerMessage.new( id: null, first_name: null, last_name: null, company_name: null, is_company: null, profile_photo_url: null, email: null, phone_numbers: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/PropertyManagerMessage.md |
buildium-ruby-2.1.0 | docs/PropertyManagerMessage.md |
buildium-ruby-2.0.1 | docs/PropertyManagerMessage.md |