Sha256: 8373203c803837b0f8c3d57e3e673e8cb43b9f0e914404004473e920b02c85e7
Contents?: true
Size: 640 Bytes
Versions: 4
Compression:
Stored size: 640 Bytes
Contents
# Buildium::ApplianceMessage ## 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::ApplianceMessage.new( id: null, name: null, make: null, model: null, description: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/ApplianceMessage.md |
buildium-ruby-3.0.0 | docs/ApplianceMessage.md |
buildium-ruby-2.1.0 | docs/ApplianceMessage.md |
buildium-ruby-2.0.1 | docs/ApplianceMessage.md |