Sha256: fb311384c3f1d7e3db567030ac89dd56c47b747d06225e2cd737bdd5e1e409f5

Contents?: true

Size: 500 Bytes

Versions: 3

Compression:

Stored size: 500 Bytes

Contents

# Buildium::FileSharingRentalMessage

## 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::FileSharingRentalMessage.new(
  rental_owners: null,
  tenants: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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