Sha256: 3fa5e93f2a8b70d3c43fd5a4d61e84fb9598269314b8c338cee1a747a5c50afd

Contents?: true

Size: 852 Bytes

Versions: 4

Compression:

Stored size: 852 Bytes

Contents

# Buildium::ListingContactSaveMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Name of the listing contact. This name must be unique across all listing contacts. |  |
| **email** | **String** | Email address for the listing contact. | [optional] |
| **phone_number** | **String** | Phone number of the listing contact. The value must be between 10 and 20 characters, ideally formatted as (123) 123-1234. | [optional] |
| **website** | **String** | Website associated with the listing contact. The value must be a valid URL including the HTTP protocol. For example http://www.example.com. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ListingContactSaveMessage.new(
  name: null,
  email: null,
  phone_number: null,
  website: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/ListingContactSaveMessage.md
buildium-ruby-3.0.0 docs/ListingContactSaveMessage.md
buildium-ruby-2.1.0 docs/ListingContactSaveMessage.md
buildium-ruby-2.0.1 docs/ListingContactSaveMessage.md