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