Sha256: b68c15e740c18b83b9858bc6e3bbdac4aec41e412604d5392af622418fd7dbf7

Contents?: true

Size: 678 Bytes

Versions: 1

Compression:

Stored size: 678 Bytes

Contents

# Buildium::ResidentRequestTaskMessageAppliance

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Unique identifier of the appliance. | [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] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ResidentRequestTaskMessageAppliance.new(
  id: null,
  name: null,
  make: null,
  model: null,
  description: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/ResidentRequestTaskMessageAppliance.md