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