Sha256: 743fc5e3ab7a34c3d43466e54520bd6f9b374c579dbe2a525307f9256e5edf08
Contents?: true
Size: 752 Bytes
Versions: 1
Compression:
Stored size: 752 Bytes
Contents
# Buildium::AssociationOwnerToExistingOwnershipAccountPostMessageEmergencyContact ## 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::AssociationOwnerToExistingOwnershipAccountPostMessageEmergencyContact.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/AssociationOwnerToExistingOwnershipAccountPostMessageEmergencyContact.md |