Sha256: 0dc85b77b7a9e862c4242fe36239b93829aa52301c7ae16f2189d4261cff26d7

Contents?: true

Size: 1018 Bytes

Versions: 4

Compression:

Stored size: 1018 Bytes

Contents

# Buildium::RentalApplianceMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Appliance unique identifier. | [optional] |
| **property_id** | **Integer** | Rental property unique identifier that the appliance belongs to. | [optional] |
| **unit_id** | **Integer** | Rental unit unique identifier that the appliance belongs to. | [optional] |
| **name** | **String** | Name of the appliance. | [optional] |
| **make** | **String** | Make of the appliance. | [optional] |
| **model** | **String** | Model of the appliance. | [optional] |
| **description** | **String** | Description of the appliance. | [optional] |
| **warranty_end_date** | **Date** | Warranty end date of the appliance. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::RentalApplianceMessage.new(
  id: null,
  property_id: null,
  unit_id: null,
  name: null,
  make: null,
  model: null,
  description: null,
  warranty_end_date: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/RentalApplianceMessage.md
buildium-ruby-3.0.0 docs/RentalApplianceMessage.md
buildium-ruby-2.1.0 docs/RentalApplianceMessage.md
buildium-ruby-2.0.1 docs/RentalApplianceMessage.md