Sha256: de61c0b643a2f07d3248a223db13ef5f8d2556c6973269e2a6d475b868fb8193

Contents?: true

Size: 497 Bytes

Versions: 2

Compression:

Stored size: 497 Bytes

Contents

# Buildium::FileSharingTenantMessage

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

Version data entries

2 entries across 2 versions & 1 rubygems

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