Sha256: c5224470d97e82f3e5177966902cc6ecfc0c6d8240aac46eb4b95f653307fd5e
Contents?: true
Size: 512 Bytes
Versions: 2
Compression:
Stored size: 512 Bytes
Contents
# Buildium::RentalUnitImagePutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | Description of the image. The description cannot exceed 100 characters. | [optional] | | **show_in_listing** | **Boolean** | Indicates whether the image will be shown in listings for this unit. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentalUnitImagePutMessage.new( description: null, show_in_listing: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/RentalUnitImagePutMessage.md |
buildium-ruby-2.1.0 | docs/RentalUnitImagePutMessage.md |