Sha256: 025fd80f7032e5510320a29d43a334936701cb035b7b2f0097a6ea8250f889da
Contents?: true
Size: 613 Bytes
Versions: 4
Compression:
Stored size: 613 Bytes
Contents
# Buildium::PhoneLogParticipantUnitAgreementPostMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | The unit agreement unique identifier. Note, if a value is provided in this field then `Type` must also be provided. | [optional] | | **type** | **String** | The type of unit agreement. Note, this field is required if a value is provided for the `Id` field. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::PhoneLogParticipantUnitAgreementPostMessage.new( id: null, type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems