Sha256: 5019575345ee780e1e6b6affb8bfb6c77b1ca9a8bf60fe68462eccd12a86ce9b

Contents?: true

Size: 501 Bytes

Versions: 2

Compression:

Stored size: 501 Bytes

Contents

# Buildium::FileSharingLeasePutMessage

## Properties

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

## Example

```ruby
require 'buildium-ruby'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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