Sha256: 8f86ad93d45e45da70213748403d3253e15ef449cf4fa107a64270a3969aad0c
Contents?: true
Size: 665 Bytes
Versions: 4
Compression:
Stored size: 665 Bytes
Contents
# Buildium::RentalFeaturesPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **features** | **Array<String>** | A list of overall property amenities. Any previously saved values that are not submitted in the update request will be deleted. | [optional] | | **included_in_rent** | **Array<String>** | A list of amenities that are included in rent. Any previously saved values that are not submitted in the update request will be deleted. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentalFeaturesPutMessage.new( features: null, included_in_rent: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems