Sha256: 099a6fba0b223a093c9905c8342534d3c20998603cc5ab1d97d204bccfd6e88f

Contents?: true

Size: 886 Bytes

Versions: 1

Compression:

Stored size: 886 Bytes

Contents

# Buildium::PhoneLogMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Phone log unique identifier. | [optional] |
| **participant** | [**PhoneLogMessageParticipant**](PhoneLogMessageParticipant.md) |  | [optional] |
| **logged_by_staff_user** | [**PhoneLogMessageLoggedByStaffUser**](PhoneLogMessageLoggedByStaffUser.md) |  | [optional] |
| **subject** | **String** | Subject of the phone call. | [optional] |
| **description** | **String** | Description of the phone call. | [optional] |
| **call_date_time** | **Time** | The date and time in UTC of when the call took place. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::PhoneLogMessage.new(
  id: null,
  participant: null,
  logged_by_staff_user: null,
  subject: null,
  description: null,
  call_date_time: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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