Sha256: d956caa53612a4ba4c6f2447b3a7176db10014ff1ad12f045e0b3529cae2a402

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# Buildium::UpdateRentalApplianceRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **unit_id** | **Integer** | The unit identifier the rental appliance belongs to. Must be within the rental property the appliance is in. | [optional] |
| **name** | **String** | The name of the rental appliance. The name cannot exceed 100 characters. |  |
| **make** | **String** | The make of the rental appliance. The make cannot exceed 30 characters. | [optional] |
| **model** | **String** | The model of the rental appliance. The model cannot exceed 30 characters. | [optional] |
| **description** | **String** | The description of the rental appliance. The description cannot exceed 500 characters. | [optional] |
| **warranty_end_date** | **Date** | The end date for the rental appliance's warranty. The warranty's end date cannot be before the installed date, if it exists. Must be formatted as `YYYY-MM-DD`. | [optional] |

## Example

```ruby
require 'buildium-ruby'

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

Version data entries

1 entries across 1 versions & 1 rubygems

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