Sha256: 3204f22bc601631571aa2d86ffbbe61bb03103a924e188e77b0dd8e710f5b885

Contents?: true

Size: 659 Bytes

Versions: 1

Compression:

Stored size: 659 Bytes

Contents

# Buildium::AssociationOwnerMessageEmergencyContact

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Emergency contact name | [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::AssociationOwnerMessageEmergencyContact.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/AssociationOwnerMessageEmergencyContact.md