Sha256: 3298aacfa2bc3075b50d77d9ab114dc5505b911c776a925ca93b54573ffeb9fa
Contents?: true
Size: 487 Bytes
Versions: 4
Compression:
Stored size: 487 Bytes
Contents
# Buildium::UnitAgreementMessage ## 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::UnitAgreementMessage.new( id: null, type: null, href: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems