Sha256: 2e9463ca7b36c6dc769a28c68984c0529b987ab903a402b52deb5d20c62330f1

Contents?: true

Size: 610 Bytes

Versions: 1

Compression:

Stored size: 610 Bytes

Contents

# Buildium::FileSharingMessageAssociation

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/FileSharingMessageAssociation.md