Sha256: b6b6c2c741f905a8b6c61f67461ed4eecda3bf3373dc6d653fd7a6a6924d51b7
Contents?: true
Size: 700 Bytes
Versions: 1
Compression:
Stored size: 700 Bytes
Contents
# Buildium::AssociationOwnerPostMessageEmergencyContact ## 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::AssociationOwnerPostMessageEmergencyContact.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/AssociationOwnerPostMessageEmergencyContact.md |