Sha256: 9829a3d83f6b9de195136ad1c7df2ea69a4dee705f9a1b0dc932930698a18855
Contents?: true
Size: 514 Bytes
Versions: 1
Compression:
Stored size: 514 Bytes
Contents
# Buildium::FileSharingPutMessageRentalUnit ## 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::FileSharingPutMessageRentalUnit.new( rental_owners: null, tenants: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/FileSharingPutMessageRentalUnit.md |