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