Sha256: 5b5a2cfd308480b693bd5e3df22c21cb5a5549ce41d4335dcb22d213f7ff9729

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

# Buildium::FileSharingAccountMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **all_residents** | **Boolean** | Indicates whether file is shared with all residents via the Resident Center. | [optional] |
| **property_ids** | **Array<Integer>** | A list of rental property unique identifiers whose residents should receive the file. | [optional] |
| **all_rental_owners** | **Boolean** | Indicates whether file is shared with all rental owners via the portal. | [optional] |
| **rental_owner_ids** | **Array<Integer>** | A list of rental owner unique identifiers that should receive the file. | [optional] |
| **website_visitors** | **Boolean** | Indicates whether file is shared with anyone visiting the company's public site. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::FileSharingAccountMessage.new(
  all_residents: null,
  property_ids: null,
  all_rental_owners: null,
  rental_owner_ids: null,
  website_visitors: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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