Sha256: 345bf44ed1b95953e6e849f91bf90cf5de271644fd1c9b8e97374c02e55ccf41

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# Buildium::RentalMessageRentalManager

## 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::RentalMessageRentalManager.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

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/RentalMessageRentalManager.md