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