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