Sha256: c8fc42d78d1632e1314502fa195e241c9f5f4c02c28d0d8302c2b94961b9e4a0
Contents?: true
Size: 506 Bytes
Versions: 3
Compression:
Stored size: 506 Bytes
Contents
# Buildium::RentalImagePutMessage ## 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 rental. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentalImagePutMessage.new( description: null, show_in_listing: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/RentalImagePutMessage.md |
buildium-ruby-3.0.0 | docs/RentalImagePutMessage.md |
buildium-ruby-2.1.0 | docs/RentalImagePutMessage.md |