Sha256: 4e909bff5942401e22ef879fa1fca4c339680ba551f20debd3d3b406d42e782e

Contents?: true

Size: 842 Bytes

Versions: 1

Compression:

Stored size: 842 Bytes

Contents

# Buildium::PhoneLogMessageParticipant

## 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** | [**ParticipantMessageUnitAgreement**](ParticipantMessageUnitAgreement.md) |  | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::PhoneLogMessageParticipant.new(
  entity_id: null,
  entity_resources: null,
  unit_agreement: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/PhoneLogMessageParticipant.md