Sha256: 9c0c1c201e011a653b009bac69356f6d0b48d302f589dc5b535d80a4ee493dfd

Contents?: true

Size: 653 Bytes

Versions: 3

Compression:

Stored size: 653 Bytes

Contents

# Buildium::FileSharingCommitteeMessage

## 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::FileSharingCommitteeMessage.new(
  association_owners: null,
  board_members: null,
  committee: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/FileSharingCommitteeMessage.md
buildium-ruby-3.0.0 docs/FileSharingCommitteeMessage.md
buildium-ruby-2.1.0 docs/FileSharingCommitteeMessage.md