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