Sha256: e83a7decd9f56d93472623e7dd580b9c7a3e8611f80c0cf75144b68e22708059
Contents?: true
Size: 856 Bytes
Versions: 3
Compression:
Stored size: 856 Bytes
Contents
# Buildium::RentalImageMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Rental image unique identifier. | [optional] | | **description** | **String** | Description of the image. | [optional] | | **physical_file_name** | **String** | Physical name of the file on the server. | [optional] | | **provider** | **String** | The provider for the image. If an external provider is not used to host the image, this will be set to `None`. | [optional] | | **show_in_listing** | **Boolean** | Indicates whether the image will be shown in listings for this rental. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentalImageMessage.new( id: null, description: null, physical_file_name: null, provider: null, show_in_listing: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/RentalImageMessage.md |
buildium-ruby-3.0.0 | docs/RentalImageMessage.md |
buildium-ruby-2.1.0 | docs/RentalImageMessage.md |