Sha256: e30f7734b9c50b2812315424e2becd8fa1e5b0d152762102faef71b4986f781c

Contents?: true

Size: 495 Bytes

Versions: 1

Compression:

Stored size: 495 Bytes

Contents

# Buildium::FileSharingMessageLease

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

Version data entries

1 entries across 1 versions & 1 rubygems

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