Sha256: 82d75281eeebf5a3ec2abeba8fcc2a115b1ef74a715402838874598e5322905e
Contents?: true
Size: 669 Bytes
Versions: 1
Compression:
Stored size: 669 Bytes
Contents
# Buildium::CreateAssociationApplianceServiceHistoryRequest ## 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::CreateAssociationApplianceServiceHistoryRequest.new( service_type: null, date: null, details: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreateAssociationApplianceServiceHistoryRequest.md |