Sha256: 3d3f91dc64c06399f3a8bcb062e4dd6044672ffc207932e032b66ca206388377
Contents?: true
Size: 616 Bytes
Versions: 3
Compression:
Stored size: 616 Bytes
Contents
# Buildium::FileSharingAssociationPutMessage ## 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::FileSharingAssociationPutMessage.new( association_owners: null, board_members: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/FileSharingAssociationPutMessage.md |
buildium-ruby-3.0.0 | docs/FileSharingAssociationPutMessage.md |
buildium-ruby-2.1.0 | docs/FileSharingAssociationPutMessage.md |