Sha256: 1fae5aed5cbaf5b1e7aa38970e327ab3344655bce17f6547ce83814203b143ce
Contents?: true
Size: 681 Bytes
Versions: 1
Compression:
Stored size: 681 Bytes
Contents
# Buildium::ListingMessageContact ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Listing contact unique identifier. | [optional] | | **name** | **String** | Name of listing contact. | [optional] | | **email** | **String** | Email of the listing contact. | [optional] | | **phone_number** | **String** | Phone number of the listing contact. | [optional] | | **website** | **String** | Website of the listing contact. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ListingMessageContact.new( id: null, name: null, email: null, phone_number: null, website: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/ListingMessageContact.md |