Sha256: 393fd8395da76c186ae6320f5cef8006b147bae1bede48508168f3f7f23cfba4
Contents?: true
Size: 592 Bytes
Versions: 3
Compression:
Stored size: 592 Bytes
Contents
# Buildium::ContactDetailMessage ## 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** | [**ContactDetailPhoneMessage**](ContactDetailPhoneMessage.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ContactDetailMessage.new( first_name: null, last_name: null, email: null, phone_numbers: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/ContactDetailMessage.md |
buildium-ruby-2.1.0 | docs/ContactDetailMessage.md |
buildium-ruby-2.0.1 | docs/ContactDetailMessage.md |