Sha256: a1908ba94bfb95fb7875318f3ffe4b13ab70d5366bb3fc1b7adf0e1335017008

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 Bytes

Contents

# Buildium::FileSharingPutMessageRental

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

Version data entries

1 entries across 1 versions & 1 rubygems

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