Sha256: f74e91730fd2b7489d58b43fe899c4449c65805e0579a3adc127b14317dd012f
Contents?: true
Size: 1.21 KB
Versions: 4
Compression:
Stored size: 1.21 KB
Contents
# Buildium::AssociationAppliancePutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **unit_id** | **Integer** | The unit identifier the association appliance belongs to. Must be within the association property the appliance is in. | [optional] | | **name** | **String** | The name of the association appliance. The name cannot exceed 100 characters. | | | **make** | **String** | The make of the association appliance. The make cannot exceed 30 characters. | [optional] | | **model** | **String** | The model of the association appliance. The model cannot exceed 30 characters. | [optional] | | **description** | **String** | The description of the association appliance. The description cannot exceed 500 characters. | [optional] | | **warranty_end_date** | **Date** | The end date for the association 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::AssociationAppliancePutMessage.new( 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