Sha256: 8053918a28899bfe765b3f5c7606efc8d29fbafab18b2ffd25cd226071fb6ccd
Contents?: true
Size: 804 Bytes
Versions: 3
Compression:
Stored size: 804 Bytes
Contents
# Buildium::ParticipantMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **entity_id** | **Integer** | The unique identifier for the participant entity. | [optional] | | **entity_resources** | [**Array<ParticipantResourceMessage>**](ParticipantResourceMessage.md) | A list of the participants entity types and links to the entity resource. Note, that a participant can have more than one type assigned to them. For example, they could be both a vendor and a rental owner. | [optional] | | **unit_agreement** | [**UnitAgreementMessage**](UnitAgreementMessage.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ParticipantMessage.new( entity_id: null, entity_resources: null, unit_agreement: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/ParticipantMessage.md |
buildium-ruby-2.1.0 | docs/ParticipantMessage.md |
buildium-ruby-2.0.1 | docs/ParticipantMessage.md |