Sha256: c1a20aa314186b64cfc1279e5b3de196ed03b992c9e9af3bce898dd69ace185c
Contents?: true
Size: 512 Bytes
Versions: 1
Compression:
Stored size: 512 Bytes
Contents
# Buildium::UpdateRentalImageRequest ## 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::UpdateRentalImageRequest.new( description: null, show_in_listing: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/UpdateRentalImageRequest.md |