Sha256: 1d668e646f9e8deea15c0fbd414d79b2e939a42a6c8c2bee3e0438ab2ef3754c
Contents?: true
Size: 655 Bytes
Versions: 4
Compression:
Stored size: 655 Bytes
Contents
# Buildium::RentalApplianceServiceHistoryPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **service_type** | **String** | Specifies the type of service that occured. | | | **date** | **Date** | Date the service was performed. Must be formatted as `YYYY-MM-DD`. | | | **details** | **String** | The service history details associated with the appliance. The description cannot exceed 100 characters. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::RentalApplianceServiceHistoryPostMessage.new( service_type: null, date: null, details: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems