Sha256: 235314d1d342243d4e12b22085f7591a3486196f70369392cbfda6f6d36ed0a8

Contents?: true

Size: 506 Bytes

Versions: 2

Compression:

Stored size: 506 Bytes

Contents

# Buildium::FileSharingRentalPutMessage

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/FileSharingRentalPutMessage.md
buildium-ruby-2.1.0 docs/FileSharingRentalPutMessage.md