Sha256: d9b5e05b6ee26788d397370bb83e7a3aeadd9cd83a4442d535b3fec4daaeaec3

Contents?: true

Size: 867 Bytes

Versions: 3

Compression:

Stored size: 867 Bytes

Contents

# Buildium::RentalUnitImageMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Rental unit 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 unit. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::RentalUnitImageMessage.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/RentalUnitImageMessage.md
buildium-ruby-3.0.0 docs/RentalUnitImageMessage.md
buildium-ruby-2.1.0 docs/RentalUnitImageMessage.md