Sha256: 7f7fdfb302f7c3816cb1a15ca380bd2fcd87312903f35de6dedb1436cc713cb2

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

# Buildium::AssociationApplianceMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Appliance unique identifier. | [optional] |
| **association_id** | **Integer** | Association unique identifier that the appliance belongs to. | [optional] |
| **unit_id** | **Integer** | Association 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::AssociationApplianceMessage.new(
  id: null,
  association_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/AssociationApplianceMessage.md
buildium-ruby-3.0.0 docs/AssociationApplianceMessage.md
buildium-ruby-2.1.0 docs/AssociationApplianceMessage.md
buildium-ruby-2.0.1 docs/AssociationApplianceMessage.md