Sha256: af26644849f44e95505910f3b4f1c61bd65fcbcf1a5540c5a58f9d8971996437

Contents?: true

Size: 702 Bytes

Versions: 1

Compression:

Stored size: 702 Bytes

Contents

# Buildium::AssociationTenantPostMessageEmergencyContact

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | This is an object that represents an emergency contact. | [optional] |
| **relationship_description** | **String** | Emergency contact relationship to the person. | [optional] |
| **phone** | **String** | Emergency contact phone number | [optional] |
| **email** | **String** | Emergency contact email address. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::AssociationTenantPostMessageEmergencyContact.new(
  name: null,
  relationship_description: null,
  phone: null,
  email: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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