# Buildium::FileSharingPutMessageRentalOwner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **rental_owner** | **Boolean** | Indicates whether file is shared with the rental owner of the property. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::FileSharingPutMessageRentalOwner.new( rental_owner: null ) ```