Sha256: 65f8e865f200e2e318fe6c427a38a72e29bee6ecb2a6df5adea4b23419c92466

Contents?: true

Size: 817 Bytes

Versions: 1

Compression:

Stored size: 817 Bytes

Contents

# Buildium::PhoneLogPostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **participant** | [**PhoneLogPostMessageParticipant**](PhoneLogPostMessageParticipant.md) |  |  |
| **subject** | **String** | Subject of the phone call. This value is restricted to a maximum of 255 characters. |  |
| **description** | **String** | Description of the phone call. This value is restricted to a maximum of 65,535 characters. |  |
| **call_date_time** | **Time** | The date and time the call took place. Time of the phone call must be UTC. Example format: \"2021-01-26T13:59:15Z\" |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::PhoneLogPostMessage.new(
  participant: 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/PhoneLogPostMessage.md