Sha256: 026bf5a6c7dc0ced6cbb3ee5f20321b2f477610b72a3c926e5d3fc8299e23fb3
Contents?: true
Size: 544 Bytes
Versions: 1
Compression:
Stored size: 544 Bytes
Contents
# Buildium::FileSharingPutMessageAssociationUnit ## 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::FileSharingPutMessageAssociationUnit.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/FileSharingPutMessageAssociationUnit.md |