Sha256: a21c19a11b2258fd79b20c5bf42175b1ff0d31fab9403b71d51fad798f1ef4cc

Contents?: true

Size: 856 Bytes

Versions: 1

Compression:

Stored size: 856 Bytes

Contents

# Buildium::CreateListingContactRequest

## 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::CreateListingContactRequest.new(
  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/CreateListingContactRequest.md