Sha256: 39af27f3e26f4e95ed1e35d609036cf6adc4ca2dfc08baab4d594b2f96bb21aa
Contents?: true
Size: 620 Bytes
Versions: 4
Compression:
Stored size: 620 Bytes
Contents
# Buildium::AssociationApplianceServiceHistoryMessage ## 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::AssociationApplianceServiceHistoryMessage.new( id: null, service_type: null, date: null, details: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems