Sha256: 34b7d1375de6f39d764c1a5cec9345b8eabc1f79e5b4e6b5282a8c96cb603b50
Contents?: true
Size: 610 Bytes
Versions: 2
Compression:
Stored size: 610 Bytes
Contents
# Buildium::FileSharingAssociationMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **association_owners** | **Boolean** | Indicates whether file is shared with association owners. | [optional] | | **board_members** | **Boolean** | Indicates whether file is shared with board members of the association. Note: file is automatically shared when file is shared with association owners. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::FileSharingAssociationMessage.new( association_owners: null, board_members: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/FileSharingAssociationMessage.md |
buildium-ruby-2.1.0 | docs/FileSharingAssociationMessage.md |