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