Sha256: 17b836984c26e4b4c16cb913fe60d03a331ce271701827c47a361beaf35a9392
Contents?: true
Size: 509 Bytes
Versions: 1
Compression:
Stored size: 509 Bytes
Contents
# 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 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/ParticipantMessageUnitAgreement.md |