Sha256: a6705347e78fe54b8ed31e537023e3e1de571dedbacc86730061dc354e8cc3d4

Contents?: true

Size: 512 Bytes

Versions: 3

Compression:

Stored size: 512 Bytes

Contents

# Buildium::FileSharingRentalUnitPutMesage

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/FileSharingRentalUnitPutMesage.md
buildium-ruby-3.0.0 docs/FileSharingRentalUnitPutMesage.md
buildium-ruby-2.1.0 docs/FileSharingRentalUnitPutMesage.md