Sha256: b7bde480ad7524be250fad582bafed3e54d8047522a16e6b8efc765c54590901
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
# Buildium::UpdateAssociationApplianceRequest ## 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::UpdateAssociationApplianceRequest.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/UpdateAssociationApplianceRequest.md |