Sha256: 3701058866fc12a6884f538470b039e0ac1140e614e1101b288cacdc4ecb93fe
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# Buildium::FileSharingPutMessageAccount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **all_residents** | **Boolean** | Indicates whether file is shared with all residents via the Resident Center. | [optional] | | **property_ids** | **Array<Integer>** | A list of rental property unique identifiers whose residents should receive the file. | [optional] | | **all_rental_owners** | **Boolean** | Indicates whether file is shared with all rental owners via the portal. | [optional] | | **rental_owner_ids** | **Array<Integer>** | A list of rental owner unique identifiers that should receive the file. | [optional] | | **website_visitors** | **Boolean** | Indicates whether file is shared with anyone visiting the company's public site. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::FileSharingPutMessageAccount.new( all_residents: null, property_ids: null, all_rental_owners: null, rental_owner_ids: null, website_visitors: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/FileSharingPutMessageAccount.md |