Sha256: fab6c0e8846c68dd3eb5a4724430d316ca401ff13abc58c7a9ebf4de5da96ef2

Contents?: true

Size: 665 Bytes

Versions: 3

Compression:

Stored size: 665 Bytes

Contents

# Buildium::AssociationApplianceServiceHistoryPostMessage

## 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::AssociationApplianceServiceHistoryPostMessage.new(
  service_type: null,
  date: null,
  details: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/AssociationApplianceServiceHistoryPostMessage.md
buildium-ruby-2.1.0 docs/AssociationApplianceServiceHistoryPostMessage.md
buildium-ruby-2.0.1 docs/AssociationApplianceServiceHistoryPostMessage.md