Sha256: 88aa2c41ab7d2ab30a4292dd7228ead84850c2cc10d3a1e31fb404bfa14bead5

Contents?: true

Size: 508 Bytes

Versions: 1

Compression:

Stored size: 508 Bytes

Contents

# Buildium::FileSharingMessageRentalUnit

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **rental_owners** | **Boolean** | Indicates whether file is shared with rental owners of the property. | [optional] |
| **tenants** | **Boolean** | Indicates whether file is shared with tenants of the property. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::FileSharingMessageRentalUnit.new(
  rental_owners: null,
  tenants: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/FileSharingMessageRentalUnit.md