Sha256: 2770e1d115a05bb8abbe2fb40a96e49a9dd23bde3515e0660827ab327e225ceb

Contents?: true

Size: 642 Bytes

Versions: 1

Compression:

Stored size: 642 Bytes

Contents

# Buildium::ContactRequestTaskMessageContactDetail

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