Sha256: 97f18852e8247215c8524905963969df4b53eac75deb5b03cb5ec5e83c60a8d4
Contents?: true
Size: 610 Bytes
Versions: 4
Compression:
Stored size: 610 Bytes
Contents
# Buildium::RentalApplianceServiceHistoryMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Appliance service history unique identifier. | [optional] | | **service_type** | **String** | Type of service performed. | [optional] | | **date** | **Date** | Date of the service. | [optional] | | **details** | **String** | Details of the service. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentalApplianceServiceHistoryMessage.new( id: null, service_type: null, date: null, details: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems