Sha256: 1a903b9b864674bd33e3b2630d6fb7ac57576e67e8636c918bdd0747304b96e1

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

# Buildium::AssociationMessageAssociationManager

## 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::AssociationMessageAssociationManager.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/AssociationMessageAssociationManager.md