Sha256: 4217b07940848a0bb8c4e17c8a85a4a378972d49d58747458c21d30aabbe1a41

Contents?: true

Size: 546 Bytes

Versions: 1

Compression:

Stored size: 546 Bytes

Contents

# Buildium::FileSharingPutMessageOwnershipAccount

## 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::FileSharingPutMessageOwnershipAccount.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/FileSharingPutMessageOwnershipAccount.md