Sha256: 3f105d58bfe98dda8c964f941e35142033ccd25d101de93013e147f1637dbef6
Contents?: true
Size: 540 Bytes
Versions: 1
Compression:
Stored size: 540 Bytes
Contents
# Buildium::FileSharingMessageOwnershipAccount ## 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::FileSharingMessageOwnershipAccount.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/FileSharingMessageOwnershipAccount.md |