Sha256: 34afd94973e736ded2823d06d4d934c3a53d21e882c580a406bee04ff1e5f959

Contents?: true

Size: 606 Bytes

Versions: 1

Compression:

Stored size: 606 Bytes

Contents

# Buildium::ContactDetailMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **first_name** | **String** | Contact first name. | [optional] |
| **last_name** | **String** | Contact last name. | [optional] |
| **email** | **String** | Contact email. | [optional] |
| **phone_numbers** | [**ContactDetailMessagePhoneNumbers**](ContactDetailMessagePhoneNumbers.md) |  | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ContactDetailMessage.new(
  first_name: null,
  last_name: null,
  email: null,
  phone_numbers: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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