Sha256: f3a6a9b44e624917739fb2863a5ac58c39cb3fede6f304629880af5d50053a63
Contents?: true
Size: 544 Bytes
Versions: 3
Compression:
Stored size: 544 Bytes
Contents
# Buildium::FileSharingAssociationUnitPutMessage ## 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::FileSharingAssociationUnitPutMessage.new( association_owners: null, board_members: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems