Sha256: 00cbea4eeca1738b2fc8af3d1512b6c859255a20874eacef429c37046f266b8f
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
# Buildium::UpdateRentalUnitFeaturesRequest ## 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::UpdateRentalUnitFeaturesRequest.new( features: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/UpdateRentalUnitFeaturesRequest.md |