Sha256: 26baf7e05d13e4e183ff7e707c4810ee8e19241864eba204b913854bb2bfe071
Contents?: true
Size: 459 Bytes
Versions: 3
Compression:
Stored size: 459 Bytes
Contents
# Buildium::RentalUnitFeaturesPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **features** | **Array<String>** | A list of unit amenities. Any existing amenities associated with the unit that are not submitted in the request will be removed from the unit. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentalUnitFeaturesPutMessage.new( features: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/RentalUnitFeaturesPutMessage.md |
buildium-ruby-2.1.0 | docs/RentalUnitFeaturesPutMessage.md |
buildium-ruby-2.0.1 | docs/RentalUnitFeaturesPutMessage.md |