# Buildium::ParticipantMessageUnitAgreement ## 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::ParticipantMessageUnitAgreement.new( id: null, type: null, href: null ) ```