Sha256: ba627f5085580dc7c64b9d33d3f85b2a097ad077590faace4f09fce1f709ebd9
Contents?: true
Size: 653 Bytes
Versions: 1
Compression:
Stored size: 653 Bytes
Contents
# Buildium::FileSharingMessageCommittee ## 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] | | **committee** | **Boolean** | Indicates whether file is shared with association committee. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::FileSharingMessageCommittee.new( association_owners: null, board_members: null, committee: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/FileSharingMessageCommittee.md |