Sha256: 79728729f395cb7199002f5a2c029f154f12ce3857d7c8148efa994943b3cbfa
Contents?: true
Size: 613 Bytes
Versions: 1
Compression:
Stored size: 613 Bytes
Contents
# Buildium::PhoneLogParticipantPostMessageUnitAgreement ## 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::PhoneLogParticipantPostMessageUnitAgreement.new( id: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/PhoneLogParticipantPostMessageUnitAgreement.md |