Sha256: 2be96af5e767c0c062587a89df68f09a1c19438445df6637abdef5529a158695
Contents?: true
Size: 538 Bytes
Versions: 3
Compression:
Stored size: 538 Bytes
Contents
# Buildium::FileSharingAssociationUnitMessage ## 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. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::FileSharingAssociationUnitMessage.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/FileSharingAssociationUnitMessage.md |
buildium-ruby-3.0.0 | docs/FileSharingAssociationUnitMessage.md |
buildium-ruby-2.1.0 | docs/FileSharingAssociationUnitMessage.md |