Sha256: e1254d9f8eeb65a83e7a8d5b03d09f74fec8b5eeb183a7204a65252860d61666

Contents?: true

Size: 525 Bytes

Versions: 1

Compression:

Stored size: 525 Bytes

Contents

# Buildium::ResidentRequestTaskMessageUnitAgreement

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Unit agreement unique identifier. | [optional] |
| **type** | **String** | The type of unit agreement. | [optional] |
| **href** | **String** | A link to the unit agreement resource. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ResidentRequestTaskMessageUnitAgreement.new(
  id: null,
  type: null,
  href: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/ResidentRequestTaskMessageUnitAgreement.md